Html Css Color HEX #A1210D Fire Brick

📋 copy color: '#A1210D'

red 161 ◦ green 33 ◦ blue 13

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

Shades of Fire Brick #A1210D

Tints of Fire Brick #A1210D

RGB

 RED value IS 161 (63.28% from 255) = 77.78%

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

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

R = 77.78%
G = 15.94%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A1210D (or 0xA1210D) is known color: Fire Brick. HEX triplet: A1, 21 and 0D. RGB value is (161,33,13). Sum of RGB (Red+Green+Blue) = 161+33+13=207 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.78% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 161 - color contains mainly: red. Hex color #A1210D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1210D is #5EDEF2. Grayscale: #454545. Windows color (decimal): -6217459 or 860577. OLE color: 860577.

HSL color Cylindrical-coordinate representation of color #A1210D: hue angle of 8.11º 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 #A1210D is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 33 13 -
CMYK 0 0.80 0.92 0.37
HSL 8.11º 0.85% 0.34% -
HSV(B) 8.11º 0.92% 0.63% -
XYZ 15.31 8.69 1.25 -
YUV 68.99 96.41 193.63 -
System Red Green Blue C M Y K H S L
Decimal 161 33 13 0 0.80 0.92 0.37 8.11 0.85 0.34
Hex A1 21 D 0 50 5C 25 8 55 22
Octal 241 41 15 0 120 134 45 10 125 42
Binary 10100001 100001 1101 0 1010000 1011100 100101 1000 1010101 100010

Color Harmonies of #A1210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1210D

Black with #A1210D

Text Example


Text Example

White with #A1210D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1210D; }

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

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

background-color css

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

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

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

border-color css

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

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

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