#B62C27

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

Shades of Fire Brick #B62C27

Tints of Fire Brick #B62C27

Color information

#B62C27 (or 0xB62C27) is unknown color: approx Fire Brick. HEX triplet: B6, 2C and 27. RGB value is (182,44,39). Sum of RGB (Red+Green+Blue) = 182+44+39=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B62C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62C27 is #49D3D8. Grayscale: #545454. Windows color (decimal): -4838361 or 2567350. OLE color: 2567350.

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

Color convert

RGB1824439-
CMYK00.760.790.29
HSL2.1º64.71%43.33%-
HSV(B)2.1º78.57%71.37%-
XYZ20.5611.893.13-
YUV84.69102.22197.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.68%
GREEN value IS 44 (17.58% from 255) = 16.60%
BLUE value IS 39 (15.62% from 255) = 14.72%
R=68.68%
G=16.60%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182443900.760.790.292.164.7143.33
HexB62C2704C4F1D2412b
Octal2665447011411735210153
Binary1011011010110010011101001100100111111101101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62C27; }

 p { color: rgb(182,44,39); }

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

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

 a { background-color: rgb(182,44,39); }

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

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

 span { border-color: rgb(182,44,39); }

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