#B62D27

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

Shades of Fire Brick #B62D27

Tints of Fire Brick #B62D27

Color information

#B62D27 (or 0xB62D27) is unknown color: approx Fire Brick. HEX triplet: B6, 2D and 27. RGB value is (182,45,39). Sum of RGB (Red+Green+Blue) = 182+45+39=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62D27 is #49D2D8. Grayscale: #555555. Windows color (decimal): -4838105 or 2567606. OLE color: 2567606.

HSL color Cylindrical-coordinate representation of color #B62D27: hue angle of 2.52º 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 #B62D27 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB1824539-
CMYK00.750.790.29
HSL2.52º64.71%43.33%-
HSV(B)2.52º78.57%71.37%-
XYZ20.611.973.14-
YUV85.28101.89196.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.42%
GREEN value IS 45 (17.97% from 255) = 16.92%
BLUE value IS 39 (15.62% from 255) = 14.66%
R=68.42%
G=16.92%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182453900.750.790.292.5264.7143.33
HexB62D2704B4F1D3412b
Octal2665547011311735310153
Binary1011011010110110011101001011100111111101111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62D27; }

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

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

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

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

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

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

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

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