Html Css Color HEX #A01C09 Fire Brick

📋 copy color: '#A01C09'

red 160 ◦ green 28 ◦ blue 9

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

Shades of Fire Brick #A01C09

Tints of Fire Brick #A01C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.21%

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

R = 81.22%
G = 14.21%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A01C09 (or 0xA01C09) is known color: Fire Brick. HEX triplet: A0, 1C and 09. RGB value is (160,28,9). Sum of RGB (Red+Green+Blue) = 160+28+9=197 (26% of max value = 765). Red value is 160 (62.89% from 255 or 81.22% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01C09 is #5FE3F6. Grayscale: #414141. Windows color (decimal): -6284279 or 597152. OLE color: 597152.

HSL color Cylindrical-coordinate representation of color #A01C09: hue angle of 7.55º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A01C09 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 28 9 -
CMYK 0 0.82 0.94 0.37
HSL 7.55º 0.89% 0.33% -
HSV(B) 7.55º 0.94% 0.63% -
XYZ 14.96 8.32 1.08 -
YUV 65.3 96.23 195.54 -
System Red Green Blue C M Y K H S L
Decimal 160 28 9 0 0.82 0.94 0.37 7.55 0.89 0.33
Hex A0 1C 9 0 52 5E 25 8 59 21
Octal 240 34 11 0 122 136 45 10 131 41
Binary 10100000 11100 1001 0 1010010 1011110 100101 1000 1011001 100001

Color Harmonies of #A01C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01C09

Black with #A01C09

Text Example


Text Example

White with #A01C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01C09; }

 p { color: rgb(160,28,9); }

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

background-color css

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

 a { background-color: rgb(160,28,9); }

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

border-color css

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

 span { border-color: rgb(160,28,9); }

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