Html Css Color HEX #B21715 Fire Brick

📋 copy color: '#B21715'

red 178 ◦ green 23 ◦ blue 21

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

Shades of Fire Brick #B21715

Tints of Fire Brick #B21715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.46%

R = 80.18%
G = 10.36%
B = 9.46%

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

#B21715 (or 0xB21715) is known color: Fire Brick. HEX triplet: B2, 17 and 15. RGB value is (178,23,21). Sum of RGB (Red+Green+Blue) = 178+23+21=222 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.18% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 178 - color contains mainly: red. Hex color #B21715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21715 is #4DE8EA. Grayscale: #454545. Windows color (decimal): -5105899 or 1382322. OLE color: 1382322.

HSL color Cylindrical-coordinate representation of color #B21715: hue angle of 0.76º degrees, saturation: 0.79, 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 #B21715 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 23 21 -
CMYK 0 0.87 0.88 0.30
HSL 0.76º 0.79% 0.39% -
HSV(B) 0.76º 0.88% 0.7% -
XYZ 18.8 10.13 1.67 -
YUV 69.12 100.85 205.66 -
System Red Green Blue C M Y K H S L
Decimal 178 23 21 0 0.87 0.88 0.30 0.76 0.79 0.39
Hex B2 17 15 0 57 58 1E 1 4F 27
Octal 262 27 25 0 127 130 36 1 117 47
Binary 10110010 10111 10101 0 1010111 1011000 11110 1 1001111 100111

Color Harmonies of #B21715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21715

Black with #B21715

Text Example


Text Example

White with #B21715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21715; }

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

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

background-color css

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

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

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

border-color css

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

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

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