#B62F21

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

Shades of Fire Brick #B62F21

Tints of Fire Brick #B62F21

Color information

#B62F21 (or 0xB62F21) is unknown color: approx Fire Brick. HEX triplet: B6, 2F and 21. RGB value is (182,47,33). Sum of RGB (Red+Green+Blue) = 182+47+33=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B62F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62F21 is #49D0DE. Grayscale: #555555. Windows color (decimal): -4837599 or 2174902. OLE color: 2174902.

HSL color Cylindrical-coordinate representation of color #B62F21: hue angle of 5.64º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62F21 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1824733-
CMYK00.740.820.29
HSL5.64º69.3%42.16%-
HSV(B)5.64º81.87%71.37%-
XYZ20.5812.092.69-
YUV85.7798.23196.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 69.47%
GREEN value IS 47 (18.75% from 255) = 17.94%
BLUE value IS 33 (13.28% from 255) = 12.60%
R=69.47%
G=17.94%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182473300.740.820.295.6469.342.16
HexB62F2104A521D6452a
Octal2665741011212235610552
Binary10110110101111100001010010101010010111011101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62F21; }

 p { color: rgb(182,47,33); }

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

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

 a { background-color: rgb(182,47,33); }

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

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

 span { border-color: rgb(182,47,33); }

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