Html Css Color HEX #B21F17 Fire Brick

📋 copy color: '#B21F17'

red 178 ◦ green 31 ◦ blue 23

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

Shades of Fire Brick #B21F17

Tints of Fire Brick #B21F17

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.36%

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

R = 76.72%
G = 13.36%
B = 9.91%

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

#B21F17 (or 0xB21F17) is known color: Fire Brick. HEX triplet: B2, 1F and 17. RGB value is (178,31,23). Sum of RGB (Red+Green+Blue) = 178+31+23=232 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.72% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 178 - color contains mainly: red. Hex color #B21F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21F17 is #4DE0E8. Grayscale: #4A4A4A. Windows color (decimal): -5103849 or 1515442. OLE color: 1515442.

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

Color convert

RGB 178 31 23 -
CMYK 0 0.83 0.87 0.30
HSL 3.1º 0.77% 0.39% -
HSV(B) 3.1º 0.87% 0.7% -
XYZ 19 10.51 1.84 -
YUV 74.04 99.2 202.15 -
System Red Green Blue C M Y K H S L
Decimal 178 31 23 0 0.83 0.87 0.30 3.1 0.77 0.39
Hex B2 1F 17 0 53 57 1E 3 4D 27
Octal 262 37 27 0 123 127 36 3 115 47
Binary 10110010 11111 10111 0 1010011 1010111 11110 11 1001101 100111

Color Harmonies of #B21F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21F17

Black with #B21F17

Text Example


Text Example

White with #B21F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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