Html Css Color HEX #A00227 Carmine

📋 copy color: '#A00227'

red 160 ◦ green 2 ◦ blue 39

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

Shades of Carmine #A00227

Tints of Carmine #A00227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.4%

R = 79.6%
G = 1%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A00227 (or 0xA00227) is known color: Carmine. HEX triplet: A0, 02 and 27. RGB value is (160,2,39). Sum of RGB (Red+Green+Blue) = 160+2+39=201 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.60% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 160 - color contains mainly: red. Hex color #A00227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00227 is #5FFDD8. Grayscale: #353535. Windows color (decimal): -6290905 or 2556576. OLE color: 2556576.

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

Color convert

RGB 160 2 39 -
CMYK 0 0.99 0.76 0.37
HSL 345.95º 0.98% 0.32% -
HSV(B) 345.95º 0.99% 0.63% -
XYZ 14.89 7.66 2.61 -
YUV 53.46 119.85 203.99 -
System Red Green Blue C M Y K H S L
Decimal 160 2 39 0 0.99 0.76 0.37 345.95 0.98 0.32
Hex A0 2 27 0 63 4C 25 15A 62 20
Octal 240 2 47 0 143 114 45 532 142 40
Binary 10100000 10 100111 0 1100011 1001100 100101 101011010 1100010 100000

Color Harmonies of #A00227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00227

Black with #A00227

Text Example


Text Example

White with #A00227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00227; }

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

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

background-color css

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

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

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

border-color css

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

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

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