Html Css Color HEX #A00223 Carmine

📋 copy color: '#A00223'

red 160 ◦ green 2 ◦ blue 35

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

Shades of Carmine #A00223

Tints of Carmine #A00223

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

 BLUE value IS 35 (14.06% from 255) = 17.77%

R = 81.22%
G = 1.02%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A00223 (or 0xA00223) is known color: Carmine. HEX triplet: A0, 02 and 23. RGB value is (160,2,35). Sum of RGB (Red+Green+Blue) = 160+2+35=197 (26% of max value = 765). Red value is 160 (62.89% from 255 or 81.22% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 160 - color contains mainly: red. Hex color #A00223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00223 is #5FFDDC. Grayscale: #353535. Windows color (decimal): -6290909 or 2294432. OLE color: 2294432.

HSL color Cylindrical-coordinate representation of color #A00223: hue angle of 347.47º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00223 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 2 35 -
CMYK 0 0.99 0.78 0.37
HSL 347.47º 0.98% 0.32% -
HSV(B) 347.47º 0.99% 0.63% -
XYZ 14.82 7.64 2.28 -
YUV 53 117.85 204.32 -
System Red Green Blue C M Y K H S L
Decimal 160 2 35 0 0.99 0.78 0.37 347.47 0.98 0.32
Hex A0 2 23 0 63 4E 25 15B 62 20
Octal 240 2 43 0 143 116 45 533 142 40
Binary 10100000 10 100011 0 1100011 1001110 100101 101011011 1100010 100000

Color Harmonies of #A00223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00223

Black with #A00223

Text Example


Text Example

White with #A00223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00223; }

 p { color: rgb(160,2,35); }

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

background-color css

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

 a { background-color: rgb(160,2,35); }

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

border-color css

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

 span { border-color: rgb(160,2,35); }

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