Html Css Color HEX #A30227 Carmine

📋 copy color: '#A30227'

red 163 ◦ green 2 ◦ blue 39

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

Shades of Carmine #A30227

Tints of Carmine #A30227

RGB

 RED value IS 163 (64.06% from 255) = 79.9%

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

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

R = 79.9%
G = 0.98%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A30227 (or 0xA30227) is known color: Carmine. HEX triplet: A3, 02 and 27. RGB value is (163,2,39). Sum of RGB (Red+Green+Blue) = 163+2+39=204 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.90% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 163 - color contains mainly: red. Hex color #A30227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30227 is #5CFDD8. Grayscale: #363636. Windows color (decimal): -6094297 or 2556579. OLE color: 2556579.

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

Color convert

RGB 163 2 39 -
CMYK 0 0.99 0.76 0.36
HSL 346.21º 0.98% 0.32% -
HSV(B) 346.21º 0.99% 0.64% -
XYZ 15.49 7.98 2.64 -
YUV 54.36 119.34 205.49 -
System Red Green Blue C M Y K H S L
Decimal 163 2 39 0 0.99 0.76 0.36 346.21 0.98 0.32
Hex A3 2 27 0 63 4C 24 15A 62 20
Octal 243 2 47 0 143 114 44 532 142 40
Binary 10100011 10 100111 0 1100011 1001100 100100 101011010 1100010 100000

Color Harmonies of #A30227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30227

Black with #A30227

Text Example


Text Example

White with #A30227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30227; }

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

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

background-color css

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

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

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

border-color css

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

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

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