Html Css Color HEX #B72819 Fire Brick

📋 copy color: '#B72819'

red 183 ◦ green 40 ◦ blue 25

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

Shades of Fire Brick #B72819

Tints of Fire Brick #B72819

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.13%

 BLUE value IS 25 (10.16% from 255) = 10.08%

R = 73.79%
G = 16.13%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B72819 (or 0xB72819) is known color: Fire Brick. HEX triplet: B7, 28 and 19. RGB value is (183,40,25). Sum of RGB (Red+Green+Blue) = 183+40+25=248 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.79% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 183 - color contains mainly: red. Hex color #B72819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72819 is #48D7E6. Grayscale: #515151. Windows color (decimal): -4773863 or 1648823. OLE color: 1648823.

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

Color convert

RGB 183 40 25 -
CMYK 0 0.78 0.86 0.28
HSL 5.7º 0.76% 0.41% -
HSV(B) 5.7º 0.86% 0.72% -
XYZ 20.46 11.66 2.09 -
YUV 81.05 96.38 200.72 -
System Red Green Blue C M Y K H S L
Decimal 183 40 25 0 0.78 0.86 0.28 5.7 0.76 0.41
Hex B7 28 19 0 4E 56 1C 6 4C 29
Octal 267 50 31 0 116 126 34 6 114 51
Binary 10110111 101000 11001 0 1001110 1010110 11100 110 1001100 101001

Color Harmonies of #B72819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72819

Black with #B72819

Text Example


Text Example

White with #B72819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72819; }

 p { color: rgb(183,40,25); }

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

background-color css

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

 a { background-color: rgb(183,40,25); }

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

border-color css

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

 span { border-color: rgb(183,40,25); }

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