Html Css Color HEX #B72717 Fire Brick

📋 copy color: '#B72717'

red 183 ◦ green 39 ◦ blue 23

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

Shades of Fire Brick #B72717

Tints of Fire Brick #B72717

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.92%

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

R = 74.69%
G = 15.92%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B72717 (or 0xB72717) is known color: Fire Brick. HEX triplet: B7, 27 and 17. RGB value is (183,39,23). Sum of RGB (Red+Green+Blue) = 183+39+23=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B72717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72717 is #48D8E8. Grayscale: #505050. Windows color (decimal): -4774121 or 1517495. OLE color: 1517495.

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

Color convert

RGB 183 39 23 -
CMYK 0 0.79 0.87 0.28
HSL 0.78% 0.4% -
HSV(B) 0.87% 0.72% -
XYZ 20.41 11.58 1.97 -
YUV 80.23 95.71 201.3 -
System Red Green Blue C M Y K H S L
Decimal 183 39 23 0 0.79 0.87 0.28 6 0.78 0.4
Hex B7 27 17 0 4F 57 1C 6 4E 28
Octal 267 47 27 0 117 127 34 6 116 50
Binary 10110111 100111 10111 0 1001111 1010111 11100 110 1001110 101000

Color Harmonies of #B72717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72717

Black with #B72717

Text Example


Text Example

White with #B72717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72717; }

 p { color: rgb(183,39,23); }

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

background-color css

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

 a { background-color: rgb(183,39,23); }

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

border-color css

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

 span { border-color: rgb(183,39,23); }

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