Html Css Color HEX #B21717 Fire Brick

📋 copy color: '#B21717'

red 178 ◦ green 23 ◦ blue 23

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

Shades of Fire Brick #B21717

Tints of Fire Brick #B21717

RGB

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

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

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

R = 79.46%
G = 10.27%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B21717 (or 0xB21717) is known color: Fire Brick. HEX triplet: B2, 17 and 17. RGB value is (178,23,23). Sum of RGB (Red+Green+Blue) = 178+23+23=224 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.46% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 178 - color contains mainly: red. Hex color #B21717 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21717 is #4DE8E8. Grayscale: #454545. Windows color (decimal): -5105897 or 1513394. OLE color: 1513394.

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

Color convert

RGB 178 23 23 -
CMYK 0 0.87 0.87 0.30
HSL 0.77% 0.39% -
HSV(B) 0.87% 0.7% -
XYZ 18.82 10.14 1.78 -
YUV 69.35 101.85 205.5 -
System Red Green Blue C M Y K H S L
Decimal 178 23 23 0 0.87 0.87 0.30 0 0.77 0.39
Hex B2 17 17 0 57 57 1E 0 4D 27
Octal 262 27 27 0 127 127 36 0 115 47
Binary 10110010 10111 10111 0 1010111 1010111 11110 0 1001101 100111

Color Harmonies of #B21717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21717

Black with #B21717

Text Example


Text Example

White with #B21717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21717; }

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

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

background-color css

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

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

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

border-color css

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

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

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