Html Css Color HEX #B72927 Fire Brick

📋 copy color: '#B72927'

red 183 ◦ green 41 ◦ blue 39

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

Shades of Fire Brick #B72927

Tints of Fire Brick #B72927

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.59%

 BLUE value IS 39 (15.63% from 255) = 14.83%

R = 69.58%
G = 15.59%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B72927 (or 0xB72927) is known color: Fire Brick. HEX triplet: B7, 29 and 27. RGB value is (183,41,39). Sum of RGB (Red+Green+Blue) = 183+41+39=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B72927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72927 is #48D6D8. Grayscale: #535353. Windows color (decimal): -4773593 or 2566583. OLE color: 2566583.

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

Color convert

RGB 183 41 39 -
CMYK 0 0.78 0.79 0.28
HSL 0.83º 0.65% 0.44% -
HSV(B) 0.83º 0.79% 0.72% -
XYZ 20.69 11.8 3.11 -
YUV 83.23 103.04 199.16 -
System Red Green Blue C M Y K H S L
Decimal 183 41 39 0 0.78 0.79 0.28 0.83 0.65 0.44
Hex B7 29 27 0 4E 4F 1C 1 41 2C
Octal 267 51 47 0 116 117 34 1 101 54
Binary 10110111 101001 100111 0 1001110 1001111 11100 1 1000001 101100

Color Harmonies of #B72927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72927

Black with #B72927

Text Example


Text Example

White with #B72927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72927; }

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

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

background-color css

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

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

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

border-color css

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

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

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