Html Css Color HEX #B72421 Fire Brick

📋 copy color: '#B72421'

red 183 ◦ green 36 ◦ blue 33

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

Shades of Fire Brick #B72421

Tints of Fire Brick #B72421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.29%

 BLUE value IS 33 (13.28% from 255) = 13.1%

R = 72.62%
G = 14.29%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B72421 (or 0xB72421) is known color: Fire Brick. HEX triplet: B7, 24 and 21. RGB value is (183,36,33). Sum of RGB (Red+Green+Blue) = 183+36+33=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B72421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72421 is #48DBDE. Grayscale: #4F4F4F. Windows color (decimal): -4774879 or 2172087. OLE color: 2172087.

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

Color convert

RGB 183 36 33 -
CMYK 0 0.80 0.82 0.28
HSL 1.2º 0.69% 0.42% -
HSV(B) 1.2º 0.82% 0.72% -
XYZ 20.43 11.44 2.57 -
YUV 79.61 101.7 201.74 -
System Red Green Blue C M Y K H S L
Decimal 183 36 33 0 0.80 0.82 0.28 1.2 0.69 0.42
Hex B7 24 21 0 50 52 1C 1 45 2A
Octal 267 44 41 0 120 122 34 1 105 52
Binary 10110111 100100 100001 0 1010000 1010010 11100 1 1000101 101010

Color Harmonies of #B72421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72421

Black with #B72421

Text Example


Text Example

White with #B72421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72421; }

 p { color: rgb(183,36,33); }

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

background-color css

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

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

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

border-color css

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

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

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