Html Css Color HEX #A0210E Fire Brick

📋 copy color: '#A0210E'

red 160 ◦ green 33 ◦ blue 14

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

Shades of Fire Brick #A0210E

Tints of Fire Brick #A0210E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.76%

R = 77.29%
G = 15.94%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0210E (or 0xA0210E) is known color: Fire Brick. HEX triplet: A0, 21 and 0E. RGB value is (160,33,14). Sum of RGB (Red+Green+Blue) = 160+33+14=207 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.29% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 160 - color contains mainly: red. Hex color #A0210E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0210E is #5FDEF1. Grayscale: #454545. Windows color (decimal): -6282994 or 926112. OLE color: 926112.

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

Color convert

RGB 160 33 14 -
CMYK 0 0.79 0.91 0.37
HSL 7.81º 0.84% 0.34% -
HSV(B) 7.81º 0.91% 0.63% -
XYZ 15.12 8.59 1.28 -
YUV 68.81 97.08 193.04 -
System Red Green Blue C M Y K H S L
Decimal 160 33 14 0 0.79 0.91 0.37 7.81 0.84 0.34
Hex A0 21 E 0 4F 5B 25 8 54 22
Octal 240 41 16 0 117 133 45 10 124 42
Binary 10100000 100001 1110 0 1001111 1011011 100101 1000 1010100 100010

Color Harmonies of #A0210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0210E

Black with #A0210E

Text Example


Text Example

White with #A0210E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0210E; }

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

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

background-color css

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

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

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

border-color css

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

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

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