Html Css Color HEX #B72321 Fire Brick

📋 copy color: '#B72321'

red 183 ◦ green 35 ◦ blue 33

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

Shades of Fire Brick #B72321

Tints of Fire Brick #B72321

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.94%

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

R = 72.91%
G = 13.94%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B72321 (or 0xB72321) is known color: Fire Brick. HEX triplet: B7, 23 and 21. RGB value is (183,35,33). Sum of RGB (Red+Green+Blue) = 183+35+33=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B72321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72321 is #48DCDE. Grayscale: #4F4F4F. Windows color (decimal): -4775135 or 2171831. OLE color: 2171831.

HSL color Cylindrical-coordinate representation of color #B72321: hue angle of 0.8º 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 #B72321 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 35 33 -
CMYK 0 0.81 0.82 0.28
HSL 0.8º 0.69% 0.42% -
HSV(B) 0.8º 0.82% 0.72% -
XYZ 20.4 11.38 2.56 -
YUV 79.02 102.03 202.16 -
System Red Green Blue C M Y K H S L
Decimal 183 35 33 0 0.81 0.82 0.28 0.8 0.69 0.42
Hex B7 23 21 0 51 52 1C 1 45 2A
Octal 267 43 41 0 121 122 34 1 105 52
Binary 10110111 100011 100001 0 1010001 1010010 11100 1 1000101 101010

Color Harmonies of #B72321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72321

Black with #B72321

Text Example


Text Example

White with #B72321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72321; }

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

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

background-color css

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

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

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

border-color css

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

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

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