#A00F35

Color #A00F35 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #A00F35

Tints of Bright Red #A00F35

Color information

#A00F35 (or 0xA00F35) is unknown color: approx Bright Red. HEX triplet: A0, 0F and 35. RGB value is (160,15,53). Sum of RGB (Red+Green+Blue) = 160+15+53=228 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.18% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00F35 is #5FF0CA. Grayscale: #3E3E3E. Windows color (decimal): -6287563 or 3477408. OLE color: 3477408.

HSL color Cylindrical-coordinate representation of color #A00F35: hue angle of 344.28º degrees, saturation: 0.83, 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 #A00F35 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB1601553-
CMYK00.910.670.37
HSL344.28º82.86%34.31%-
HSV(B)344.28º90.62%62.75%-
XYZ15.318.074.12-
YUV62.69122.54197.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 70.18%
GREEN value IS 15 (6.25% from 255) = 6.58%
BLUE value IS 53 (21.09% from 255) = 23.25%
R=70.18%
G=6.58%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160155300.910.670.37344.2882.8634.31
HexA0F3505B43251585322
Octal240176501331034553012342
Binary1010000011111101010101101110000111001011010110001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00F35; }

 p { color: rgb(160,15,53); }

 H1.HeaderClassName
 {
   color: #A00F35;
 }
 .AnyTagClassName
 {
   color: #A00F35;
 }
</style>
background-color css

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

 a { background-color: rgb(160,15,53); }

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

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

 span { border-color: rgb(160,15,53); }

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