Html Css Color HEX #B72413 Fire Brick

📋 copy color: '#B72413'

red 183 ◦ green 36 ◦ blue 19

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

Shades of Fire Brick #B72413

Tints of Fire Brick #B72413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.98%

R = 76.89%
G = 15.13%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B72413 (or 0xB72413) is known color: Fire Brick. HEX triplet: B7, 24 and 13. RGB value is (183,36,19). Sum of RGB (Red+Green+Blue) = 183+36+19=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B72413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72413 is #48DBEC. Grayscale: #4E4E4E. Windows color (decimal): -4774893 or 1254583. OLE color: 1254583.

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

Color convert

RGB 183 36 19 -
CMYK 0 0.80 0.90 0.28
HSL 6.22º 0.81% 0.4% -
HSV(B) 6.22º 0.9% 0.72% -
XYZ 20.28 11.38 1.74 -
YUV 78.02 94.7 202.88 -
System Red Green Blue C M Y K H S L
Decimal 183 36 19 0 0.80 0.90 0.28 6.22 0.81 0.4
Hex B7 24 13 0 50 5A 1C 6 51 28
Octal 267 44 23 0 120 132 34 6 121 50
Binary 10110111 100100 10011 0 1010000 1011010 11100 110 1010001 101000

Color Harmonies of #B72413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72413

Black with #B72413

Text Example


Text Example

White with #B72413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72413; }

 p { color: rgb(183,36,19); }

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

background-color css

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

 a { background-color: rgb(183,36,19); }

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

border-color css

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

 span { border-color: rgb(183,36,19); }

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