Html Css Color HEX #A0270A Fire Brick

📋 copy color: '#A0270A'

red 160 ◦ green 39 ◦ blue 10

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

Shades of Fire Brick #A0270A

Tints of Fire Brick #A0270A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.66%

 BLUE value IS 10 (4.3% from 255) = 4.78%

R = 76.56%
G = 18.66%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A0270A (or 0xA0270A) is known color: Fire Brick. HEX triplet: A0, 27 and 0A. RGB value is (160,39,10). Sum of RGB (Red+Green+Blue) = 160+39+10=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A0270A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0270A is #5FD8F5. Grayscale: #484848. Windows color (decimal): -6281462 or 665504. OLE color: 665504.

HSL color Cylindrical-coordinate representation of color #A0270A: hue angle of 11.6º degrees, saturation: 0.88, 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 #A0270A is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 39 10 -
CMYK 0 0.76 0.94 0.37
HSL 11.6º 0.88% 0.33% -
HSV(B) 11.6º 0.94% 0.63% -
XYZ 15.28 8.95 1.21 -
YUV 71.87 93.09 190.86 -
System Red Green Blue C M Y K H S L
Decimal 160 39 10 0 0.76 0.94 0.37 11.6 0.88 0.33
Hex A0 27 A 0 4C 5E 25 C 58 21
Octal 240 47 12 0 114 136 45 14 130 41
Binary 10100000 100111 1010 0 1001100 1011110 100101 1100 1011000 100001

Color Harmonies of #A0270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0270A

Black with #A0270A

Text Example


Text Example

White with #A0270A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0270A; }

 p { color: rgb(160,39,10); }

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

background-color css

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

 a { background-color: rgb(160,39,10); }

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

border-color css

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

 span { border-color: rgb(160,39,10); }

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