Html Css Color HEX #B72612 Fire Brick

📋 copy color: '#B72612'

red 183 ◦ green 38 ◦ blue 18

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

Shades of Fire Brick #B72612

Tints of Fire Brick #B72612

RGB

 RED value IS 183 (71.88% from 255) = 76.57%

 GREEN value IS 38 (15.23% from 255) = 15.9%

 BLUE value IS 18 (7.42% from 255) = 7.53%

R = 76.57%
G = 15.9%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B72612 (or 0xB72612) is known color: Fire Brick. HEX triplet: B7, 26 and 12. RGB value is (183,38,18). Sum of RGB (Red+Green+Blue) = 183+38+18=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B72612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72612 is #48D9ED. Grayscale: #4F4F4F. Windows color (decimal): -4774382 or 1189559. OLE color: 1189559.

HSL color Cylindrical-coordinate representation of color #B72612: hue angle of 7.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B72612 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 38 18 -
CMYK 0 0.79 0.90 0.28
HSL 7.27º 0.82% 0.39% -
HSV(B) 7.27º 0.9% 0.72% -
XYZ 20.33 11.5 1.72 -
YUV 79.08 93.54 202.13 -
System Red Green Blue C M Y K H S L
Decimal 183 38 18 0 0.79 0.90 0.28 7.27 0.82 0.39
Hex B7 26 12 0 4F 5A 1C 7 52 27
Octal 267 46 22 0 117 132 34 7 122 47
Binary 10110111 100110 10010 0 1001111 1011010 11100 111 1010010 100111

Color Harmonies of #B72612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72612

Black with #B72612

Text Example


Text Example

White with #B72612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72612; }

 p { color: rgb(183,38,18); }

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

background-color css

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

 a { background-color: rgb(183,38,18); }

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

border-color css

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

 span { border-color: rgb(183,38,18); }

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