Html Css Color HEX #B62417 Fire Brick

📋 copy color: '#B62417'

red 182 ◦ green 36 ◦ blue 23

#B62417
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #B62417

Tints of Fire Brick #B62417

RGB

 RED value IS 182 (71.48% from 255) = 75.52%

 GREEN value IS 36 (14.45% from 255) = 14.94%

 BLUE value IS 23 (9.38% from 255) = 9.54%

R = 75.52%
G = 14.94%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B62417 (or 0xB62417) is known color: Fire Brick. HEX triplet: B6, 24 and 17. RGB value is (182,36,23). Sum of RGB (Red+Green+Blue) = 182+36+23=241 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.52% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 182 - color contains mainly: red. Hex color #B62417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62417 is #49DBE8. Grayscale: #4E4E4E. Windows color (decimal): -4840425 or 1516726. OLE color: 1516726.

HSL color Cylindrical-coordinate representation of color #B62417: hue angle of 4.91º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B62417 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 36 23 -
CMYK 0 0.80 0.87 0.29
HSL 4.91º 0.78% 0.4% -
HSV(B) 4.91º 0.87% 0.71% -
XYZ 20.08 11.27 1.93 -
YUV 78.17 96.87 202.06 -
System Red Green Blue C M Y K H S L
Decimal 182 36 23 0 0.80 0.87 0.29 4.91 0.78 0.4
Hex B6 24 17 0 50 57 1D 5 4E 28
Octal 266 44 27 0 120 127 35 5 116 50
Binary 10110110 100100 10111 0 1010000 1010111 11101 101 1001110 101000

Color Harmonies of #B62417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62417

Black with #B62417

Text Example


Text Example

White with #B62417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62417; }

 p { color: rgb(182,36,23); }

 H1.HeaderClassName
 {
   color: #B62417;
 }
 .AnyTagClassName
 {
   color: #B62417;
 }
</style>

background-color css

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

 a { background-color: rgb(182,36,23); }

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

border-color css

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

 span { border-color: rgb(182,36,23); }

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