Html Css Color HEX #B72222 Fire Brick

📋 copy color: '#B72222'

red 183 ◦ green 34 ◦ blue 34

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

Shades of Fire Brick #B72222

Tints of Fire Brick #B72222

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.55%

 BLUE value IS 34 (13.67% from 255) = 13.55%

R = 72.91%
G = 13.55%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B72222 (or 0xB72222) is known color: Fire Brick. HEX triplet: B7, 22 and 22. RGB value is (183,34,34). Sum of RGB (Red+Green+Blue) = 183+34+34=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B72222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72222 is #48DDDD. Grayscale: #4E4E4E. Windows color (decimal): -4775390 or 2237111. OLE color: 2237111.

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

Color convert

RGB 183 34 34 -
CMYK 0 0.81 0.81 0.28
HSL 0.69% 0.43% -
HSV(B) 0.81% 0.72% -
XYZ 20.39 11.33 2.63 -
YUV 78.55 102.86 202.5 -
System Red Green Blue C M Y K H S L
Decimal 183 34 34 0 0.81 0.81 0.28 0 0.69 0.43
Hex B7 22 22 0 51 51 1C 0 45 2B
Octal 267 42 42 0 121 121 34 0 105 53
Binary 10110111 100010 100010 0 1010001 1010001 11100 0 1000101 101011

Color Harmonies of #B72222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72222

Black with #B72222

Text Example


Text Example

White with #B72222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72222; }

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

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

background-color css

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

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

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

border-color css

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

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

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