Html Css Color HEX #B2160C Fire Brick

📋 copy color: '#B2160C'

red 178 ◦ green 22 ◦ blue 12

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

Shades of Fire Brick #B2160C

Tints of Fire Brick #B2160C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.38%

 BLUE value IS 12 (5.08% from 255) = 5.66%

R = 83.96%
G = 10.38%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2160C (or 0xB2160C) is known color: Fire Brick. HEX triplet: B2, 16 and 0C. RGB value is (178,22,12). Sum of RGB (Red+Green+Blue) = 178+22+12=212 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.96% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 178 - color contains mainly: red. Hex color #B2160C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2160C is #4DE9F3. Grayscale: #434343. Windows color (decimal): -5106164 or 792242. OLE color: 792242.

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

Color convert

RGB 178 22 12 -
CMYK 0 0.88 0.93 0.30
HSL 3.61º 0.87% 0.37% -
HSV(B) 3.61º 0.93% 0.7% -
XYZ 18.71 10.07 1.3 -
YUV 67.5 96.68 206.81 -
System Red Green Blue C M Y K H S L
Decimal 178 22 12 0 0.88 0.93 0.30 3.61 0.87 0.37
Hex B2 16 C 0 58 5D 1E 4 57 25
Octal 262 26 14 0 130 135 36 4 127 45
Binary 10110010 10110 1100 0 1011000 1011101 11110 100 1010111 100101

Color Harmonies of #B2160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2160C

Black with #B2160C

Text Example


Text Example

White with #B2160C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2160C; }

 p { color: rgb(178,22,12); }

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

background-color css

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

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

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

border-color css

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

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

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