Html Css Color HEX #B72314 Fire Brick

📋 copy color: '#B72314'

red 183 ◦ green 35 ◦ blue 20

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

Shades of Fire Brick #B72314

Tints of Fire Brick #B72314

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.71%

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

R = 76.89%
G = 14.71%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B72314 (or 0xB72314) is known color: Fire Brick. HEX triplet: B7, 23 and 14. RGB value is (183,35,20). Sum of RGB (Red+Green+Blue) = 183+35+20=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B72314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72314 is #48DCEB. Grayscale: #4D4D4D. Windows color (decimal): -4775148 or 1319863. OLE color: 1319863.

HSL color Cylindrical-coordinate representation of color #B72314: hue angle of 5.52º 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 #B72314 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 35 20 -
CMYK 0 0.81 0.89 0.28
HSL 5.52º 0.8% 0.4% -
HSV(B) 5.52º 0.89% 0.72% -
XYZ 20.26 11.32 1.78 -
YUV 77.54 95.53 203.22 -
System Red Green Blue C M Y K H S L
Decimal 183 35 20 0 0.81 0.89 0.28 5.52 0.8 0.4
Hex B7 23 14 0 51 59 1C 6 50 28
Octal 267 43 24 0 121 131 34 6 120 50
Binary 10110111 100011 10100 0 1010001 1011001 11100 110 1010000 101000

Color Harmonies of #B72314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72314

Black with #B72314

Text Example


Text Example

White with #B72314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72314; }

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

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

background-color css

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

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

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

border-color css

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

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

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