Html Css Color HEX #B72614 Fire Brick

📋 copy color: '#B72614'

red 183 ◦ green 38 ◦ blue 20

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

Shades of Fire Brick #B72614

Tints of Fire Brick #B72614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.3%

R = 75.93%
G = 15.77%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B72614 (or 0xB72614) is known color: Fire Brick. HEX triplet: B7, 26 and 14. RGB value is (183,38,20). Sum of RGB (Red+Green+Blue) = 183+38+20=241 (31% of max value = 765). Red value is 183 (71.88% from 255 or 75.93% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 183 - color contains mainly: red. Hex color #B72614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72614 is #48D9EB. Grayscale: #4F4F4F. Windows color (decimal): -4774380 or 1320631. OLE color: 1320631.

HSL color Cylindrical-coordinate representation of color #B72614: hue angle of 6.63º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B72614 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 38 20 -
CMYK 0 0.79 0.89 0.28
HSL 6.63º 0.8% 0.4% -
HSV(B) 6.63º 0.89% 0.72% -
XYZ 20.35 11.5 1.81 -
YUV 79.3 94.54 201.96 -
System Red Green Blue C M Y K H S L
Decimal 183 38 20 0 0.79 0.89 0.28 6.63 0.8 0.4
Hex B7 26 14 0 4F 59 1C 7 50 28
Octal 267 46 24 0 117 131 34 7 120 50
Binary 10110111 100110 10100 0 1001111 1011001 11100 111 1010000 101000

Color Harmonies of #B72614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72614

Black with #B72614

Text Example


Text Example

White with #B72614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72614; }

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

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

background-color css

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

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

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

border-color css

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

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

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