Html Css Color HEX #B21716 Fire Brick

📋 copy color: '#B21716'

red 178 ◦ green 23 ◦ blue 22

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

Shades of Fire Brick #B21716

Tints of Fire Brick #B21716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.31%

 BLUE value IS 22 (8.98% from 255) = 9.87%

R = 79.82%
G = 10.31%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B21716 (or 0xB21716) is known color: Fire Brick. HEX triplet: B2, 17 and 16. RGB value is (178,23,22). Sum of RGB (Red+Green+Blue) = 178+23+22=223 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.82% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 178 - color contains mainly: red. Hex color #B21716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21716 is #4DE8E9. Grayscale: #454545. Windows color (decimal): -5105898 or 1447858. OLE color: 1447858.

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

Color convert

RGB 178 23 22 -
CMYK 0 0.87 0.88 0.30
HSL 0.38º 0.78% 0.39% -
HSV(B) 0.38º 0.88% 0.7% -
XYZ 18.81 10.14 1.72 -
YUV 69.23 101.35 205.58 -
System Red Green Blue C M Y K H S L
Decimal 178 23 22 0 0.87 0.88 0.30 0.38 0.78 0.39
Hex B2 17 16 0 57 58 1E 0 4E 27
Octal 262 27 26 0 127 130 36 0 116 47
Binary 10110010 10111 10110 0 1010111 1011000 11110 0 1001110 100111

Color Harmonies of #B21716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21716

Black with #B21716

Text Example


Text Example

White with #B21716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21716; }

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

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

background-color css

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

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

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

border-color css

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

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

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