Html Css Color HEX #B72929 Fire Brick

📋 copy color: '#B72929'

red 183 ◦ green 41 ◦ blue 41

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

Shades of Fire Brick #B72929

Tints of Fire Brick #B72929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.47%

R = 69.06%
G = 15.47%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B72929 (or 0xB72929) is known color: Fire Brick. HEX triplet: B7, 29 and 29. RGB value is (183,41,41). Sum of RGB (Red+Green+Blue) = 183+41+41=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B72929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72929 is #48D6D6. Grayscale: #535353. Windows color (decimal): -4773591 or 2697655. OLE color: 2697655.

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

Color convert

RGB 183 41 41 -
CMYK 0 0.78 0.78 0.28
HSL 0.63% 0.44% -
HSV(B) 0.78% 0.72% -
XYZ 20.72 11.81 3.29 -
YUV 83.46 104.04 199 -
System Red Green Blue C M Y K H S L
Decimal 183 41 41 0 0.78 0.78 0.28 0 0.63 0.44
Hex B7 29 29 0 4E 4E 1C 0 3F 2C
Octal 267 51 51 0 116 116 34 0 77 54
Binary 10110111 101001 101001 0 1001110 1001110 11100 0 111111 101100

Color Harmonies of #B72929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72929

Black with #B72929

Text Example


Text Example

White with #B72929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72929; }

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

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

background-color css

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

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

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

border-color css

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

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

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