Html Css Color HEX #A00A33 Carmine

📋 copy color: '#A00A33'

red 160 ◦ green 10 ◦ blue 51

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

Shades of Carmine #A00A33

Tints of Carmine #A00A33

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.52%

 BLUE value IS 51 (20.31% from 255) = 23.08%

R = 72.4%
G = 4.52%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A00A33 (or 0xA00A33) is known color: Carmine. HEX triplet: A0, 0A and 33. RGB value is (160,10,51). Sum of RGB (Red+Green+Blue) = 160+10+51=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00A33 is #5FF5CC. Grayscale: #3B3B3B. Windows color (decimal): -6288845 or 3345056. OLE color: 3345056.

HSL color Cylindrical-coordinate representation of color #A00A33: hue angle of 343.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 #A00A33 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 10 51 -
CMYK 0 0.94 0.68 0.37
HSL 343.6º 0.88% 0.33% -
HSV(B) 343.6º 0.94% 0.63% -
XYZ 15.2 7.93 3.86 -
YUV 59.52 123.2 199.67 -
System Red Green Blue C M Y K H S L
Decimal 160 10 51 0 0.94 0.68 0.37 343.6 0.88 0.33
Hex A0 A 33 0 5E 44 25 158 58 21
Octal 240 12 63 0 136 104 45 530 130 41
Binary 10100000 1010 110011 0 1011110 1000100 100101 101011000 1011000 100001

Color Harmonies of #A00A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A33

Black with #A00A33

Text Example


Text Example

White with #A00A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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