Html Css Color HEX #B22417 Fire Brick

📋 copy color: '#B22417'

red 178 ◦ green 36 ◦ blue 23

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

Shades of Fire Brick #B22417

Tints of Fire Brick #B22417

RGB

 RED value IS 178 (69.92% from 255) = 75.11%

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

 BLUE value IS 23 (9.38% from 255) = 9.7%

R = 75.11%
G = 15.19%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B22417 (or 0xB22417) is known color: Fire Brick. HEX triplet: B2, 24 and 17. RGB value is (178,36,23). Sum of RGB (Red+Green+Blue) = 178+36+23=237 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.11% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 178 - color contains mainly: red. Hex color #B22417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22417 is #4DDBE8. Grayscale: #4D4D4D. Windows color (decimal): -5102569 or 1516722. OLE color: 1516722.

HSL color Cylindrical-coordinate representation of color #B22417: hue angle of 5.03º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B22417 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 36 23 -
CMYK 0 0.80 0.87 0.30
HSL 5.03º 0.77% 0.39% -
HSV(B) 5.03º 0.87% 0.7% -
XYZ 19.15 10.79 1.88 -
YUV 76.98 97.54 200.06 -
System Red Green Blue C M Y K H S L
Decimal 178 36 23 0 0.80 0.87 0.30 5.03 0.77 0.39
Hex B2 24 17 0 50 57 1E 5 4D 27
Octal 262 44 27 0 120 127 36 5 115 47
Binary 10110010 100100 10111 0 1010000 1010111 11110 101 1001101 100111

Color Harmonies of #B22417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22417

Black with #B22417

Text Example


Text Example

White with #B22417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22417; }

 p { color: rgb(178,36,23); }

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

background-color css

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

 a { background-color: rgb(178,36,23); }

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

border-color css

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

 span { border-color: rgb(178,36,23); }

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