#b62a29

Color #B62A29 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #B62A29

Tints of Fire Brick #B62A29

Color information

#B62A29 (or 0xB62A29) is unknown color: approx Fire Brick. HEX triplet: B6, 2A and 29. RGB value is (182,42,41). Sum of RGB (Red+Green+Blue) = 182+42+41=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62A29 is #49D5D6. Grayscale: #535353. Windows color (decimal): -4838871 or 2697910. OLE color: 2697910.

HSL color Cylindrical-coordinate representation of color #B62A29: hue angle of 0.43º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62A29 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB1824241-
CMYK00.770.770.29
HSL0.43º63.23%43.73%-
HSV(B)0.43º77.47%71.37%-
XYZ20.5211.763.29-
YUV83.75103.88198.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 68.68%
GREEN value IS 42 (16.80% from 255) = 15.85%
BLUE value IS 41 (16.41% from 255) = 15.47%
R=68.68%
G=15.85%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182424100.770.770.290.4363.2343.73
HexB62A2904D4D1D03f2c
Octal266525101151153507754
Binary10110110101010101001010011011001101111010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b62a29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b62a29; }

 p { color: rgb(182,42,41); }

 H1.HeaderClassName
 {
   color: #b62a29;
 }
 .AnyTagClassName
 {
   color: #b62a29;
 }
</style>
background-color css

<style>
 a { background-color: #b62a29; }

 a { background-color: rgb(182,42,41); }

 div.DivClassName
 {
   background-color: #b62a29;
 }
 .BgClassName
 {
   background-color: #b62a29;
 }
</style>
border-color css

<style>
 span { border-color: #b62a29; }

 span { border-color: rgb(182,42,41); }

 td.TdClassName
 {
   border-color: #b62a29;
 }
 .TagClassName
 {
   border-color: #b62a29;
 }
</style>