Html Css Color HEX #B21310 Fire Brick

📋 copy color: '#B21310'

red 178 ◦ green 19 ◦ blue 16

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

Shades of Fire Brick #B21310

Tints of Fire Brick #B21310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.92%

 BLUE value IS 16 (6.64% from 255) = 7.51%

R = 83.57%
G = 8.92%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B21310 (or 0xB21310) is known color: Fire Brick. HEX triplet: B2, 13 and 10. RGB value is (178,19,16). Sum of RGB (Red+Green+Blue) = 178+19+16=213 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.57% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 178 - color contains mainly: red. Hex color #B21310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21310 is #4DECEF. Grayscale: #424242. Windows color (decimal): -5106928 or 1053618. OLE color: 1053618.

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

Color convert

RGB 178 19 16 -
CMYK 0 0.89 0.91 0.30
HSL 1.11º 0.84% 0.38% -
HSV(B) 1.11º 0.91% 0.7% -
XYZ 18.69 9.97 1.43 -
YUV 66.2 99.68 207.74 -
System Red Green Blue C M Y K H S L
Decimal 178 19 16 0 0.89 0.91 0.30 1.11 0.84 0.38
Hex B2 13 10 0 59 5B 1E 1 54 26
Octal 262 23 20 0 131 133 36 1 124 46
Binary 10110010 10011 10000 0 1011001 1011011 11110 1 1010100 100110

Color Harmonies of #B21310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21310

Black with #B21310

Text Example


Text Example

White with #B21310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21310; }

 p { color: rgb(178,19,16); }

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

background-color css

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

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

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

border-color css

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

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

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