Html Css Color HEX #A21709 Fire Brick

📋 copy color: '#A21709'

red 162 ◦ green 23 ◦ blue 9

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

Shades of Fire Brick #A21709

Tints of Fire Brick #A21709

RGB

 RED value IS 162 (63.67% from 255) = 83.51%

 GREEN value IS 23 (9.38% from 255) = 11.86%

 BLUE value IS 9 (3.91% from 255) = 4.64%

R = 83.51%
G = 11.86%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A21709 (or 0xA21709) is known color: Fire Brick. HEX triplet: A2, 17 and 09. RGB value is (162,23,9). Sum of RGB (Red+Green+Blue) = 162+23+9=194 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.51% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 162 - color contains mainly: red. Hex color #A21709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21709 is #5DE8F6. Grayscale: #3F3F3F. Windows color (decimal): -6154487 or 595874. OLE color: 595874.

HSL color Cylindrical-coordinate representation of color #A21709: hue angle of 5.49º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A21709 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 23 9 -
CMYK 0 0.86 0.94 0.36
HSL 5.49º 0.89% 0.34% -
HSV(B) 5.49º 0.94% 0.64% -
XYZ 15.26 8.31 1.06 -
YUV 62.97 97.55 198.64 -
System Red Green Blue C M Y K H S L
Decimal 162 23 9 0 0.86 0.94 0.36 5.49 0.89 0.34
Hex A2 17 9 0 56 5E 24 5 59 22
Octal 242 27 11 0 126 136 44 5 131 42
Binary 10100010 10111 1001 0 1010110 1011110 100100 101 1011001 100010

Color Harmonies of #A21709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21709

Black with #A21709

Text Example


Text Example

White with #A21709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21709; }

 p { color: rgb(162,23,9); }

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

background-color css

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

 a { background-color: rgb(162,23,9); }

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

border-color css

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

 span { border-color: rgb(162,23,9); }

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