Html Css Color HEX #A0210D Fire Brick

📋 copy color: '#A0210D'

red 160 ◦ green 33 ◦ blue 13

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

Shades of Fire Brick #A0210D

Tints of Fire Brick #A0210D

RGB

 RED value IS 160 (62.89% from 255) = 77.67%

 GREEN value IS 33 (13.28% from 255) = 16.02%

 BLUE value IS 13 (5.47% from 255) = 6.31%

R = 77.67%
G = 16.02%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A0210D (or 0xA0210D) is known color: Fire Brick. HEX triplet: A0, 21 and 0D. RGB value is (160,33,13). Sum of RGB (Red+Green+Blue) = 160+33+13=206 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.67% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 160 - color contains mainly: red. Hex color #A0210D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0210D is #5FDEF2. Grayscale: #444444. Windows color (decimal): -6282995 or 860576. OLE color: 860576.

HSL color Cylindrical-coordinate representation of color #A0210D: hue angle of 8.16º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0210D is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 33 13 -
CMYK 0 0.79 0.92 0.37
HSL 8.16º 0.85% 0.34% -
HSV(B) 8.16º 0.92% 0.63% -
XYZ 15.11 8.59 1.24 -
YUV 68.69 96.58 193.13 -
System Red Green Blue C M Y K H S L
Decimal 160 33 13 0 0.79 0.92 0.37 8.16 0.85 0.34
Hex A0 21 D 0 4F 5C 25 8 55 22
Octal 240 41 15 0 117 134 45 10 125 42
Binary 10100000 100001 1101 0 1001111 1011100 100101 1000 1010101 100010

Color Harmonies of #A0210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0210D

Black with #A0210D

Text Example


Text Example

White with #A0210D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0210D; }

 p { color: rgb(160,33,13); }

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

background-color css

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

 a { background-color: rgb(160,33,13); }

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

border-color css

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

 span { border-color: rgb(160,33,13); }

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