Html Css Color HEX #B21E17 Fire Brick

📋 copy color: '#B21E17'

red 178 ◦ green 30 ◦ blue 23

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

Shades of Fire Brick #B21E17

Tints of Fire Brick #B21E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.99%

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

R = 77.06%
G = 12.99%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B21E17 (or 0xB21E17) is known color: Fire Brick. HEX triplet: B2, 1E and 17. RGB value is (178,30,23). Sum of RGB (Red+Green+Blue) = 178+30+23=231 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.06% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21E17 is #4DE1E8. Grayscale: #494949. Windows color (decimal): -5104105 or 1515186. OLE color: 1515186.

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

Color convert

RGB 178 30 23 -
CMYK 0 0.83 0.87 0.30
HSL 2.71º 0.77% 0.39% -
HSV(B) 2.71º 0.87% 0.7% -
XYZ 18.98 10.46 1.83 -
YUV 73.45 99.53 202.57 -
System Red Green Blue C M Y K H S L
Decimal 178 30 23 0 0.83 0.87 0.30 2.71 0.77 0.39
Hex B2 1E 17 0 53 57 1E 3 4D 27
Octal 262 36 27 0 123 127 36 3 115 47
Binary 10110010 11110 10111 0 1010011 1010111 11110 11 1001101 100111

Color Harmonies of #B21E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21E17

Black with #B21E17

Text Example


Text Example

White with #B21E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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