Html Css Color HEX #B2170A Fire Brick

📋 copy color: '#B2170A'

red 178 ◦ green 23 ◦ blue 10

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

Shades of Fire Brick #B2170A

Tints of Fire Brick #B2170A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.74%

R = 84.36%
G = 10.9%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2170A (or 0xB2170A) is known color: Fire Brick. HEX triplet: B2, 17 and 0A. RGB value is (178,23,10). Sum of RGB (Red+Green+Blue) = 178+23+10=211 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.36% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 178 - color contains mainly: red. Hex color #B2170A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2170A is #4DE8F5. Grayscale: #444444. Windows color (decimal): -5105910 or 661426. OLE color: 661426.

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

Color convert

RGB 178 23 10 -
CMYK 0 0.87 0.94 0.30
HSL 4.64º 0.89% 0.37% -
HSV(B) 4.64º 0.94% 0.7% -
XYZ 18.72 10.1 1.25 -
YUV 67.86 95.35 206.56 -
System Red Green Blue C M Y K H S L
Decimal 178 23 10 0 0.87 0.94 0.30 4.64 0.89 0.37
Hex B2 17 A 0 57 5E 1E 5 59 25
Octal 262 27 12 0 127 136 36 5 131 45
Binary 10110010 10111 1010 0 1010111 1011110 11110 101 1011001 100101

Color Harmonies of #B2170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2170A

Black with #B2170A

Text Example


Text Example

White with #B2170A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2170A; }

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

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

background-color css

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

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

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

border-color css

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

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

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