Html Css Color HEX #B72422 Fire Brick

📋 copy color: '#B72422'

red 183 ◦ green 36 ◦ blue 34

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

Shades of Fire Brick #B72422

Tints of Fire Brick #B72422

RGB

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

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

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

R = 72.33%
G = 14.23%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B72422 (or 0xB72422) is known color: Fire Brick. HEX triplet: B7, 24 and 22. RGB value is (183,36,34). Sum of RGB (Red+Green+Blue) = 183+36+34=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B72422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72422 is #48DBDD. Grayscale: #4F4F4F. Windows color (decimal): -4774878 or 2237623. OLE color: 2237623.

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

Color convert

RGB 183 36 34 -
CMYK 0 0.80 0.81 0.28
HSL 0.81º 0.69% 0.43% -
HSV(B) 0.81º 0.81% 0.72% -
XYZ 20.45 11.44 2.64 -
YUV 79.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 183 36 34 0 0.80 0.81 0.28 0.81 0.69 0.43
Hex B7 24 22 0 50 51 1C 1 45 2B
Octal 267 44 42 0 120 121 34 1 105 53
Binary 10110111 100100 100010 0 1010000 1010001 11100 1 1000101 101011

Color Harmonies of #B72422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72422

Black with #B72422

Text Example


Text Example

White with #B72422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72422; }

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

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

background-color css

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

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

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

border-color css

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

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

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