Html Css Color HEX #A30239 Carmine

📋 copy color: '#A30239'

red 163 ◦ green 2 ◦ blue 57

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

Shades of Carmine #A30239

Tints of Carmine #A30239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.68%

R = 73.42%
G = 0.9%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A30239 (or 0xA30239) is known color: Carmine. HEX triplet: A3, 02 and 39. RGB value is (163,2,57). Sum of RGB (Red+Green+Blue) = 163+2+57=222 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.42% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 163 - color contains mainly: red. Hex color #A30239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30239 is #5CFDC6. Grayscale: #383838. Windows color (decimal): -6094279 or 3736227. OLE color: 3736227.

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

Color convert

RGB 163 2 57 -
CMYK 0 0.99 0.65 0.36
HSL 339.5º 0.98% 0.32% -
HSV(B) 339.5º 0.99% 0.64% -
XYZ 15.86 8.13 4.6 -
YUV 56.41 128.34 204.03 -
System Red Green Blue C M Y K H S L
Decimal 163 2 57 0 0.99 0.65 0.36 339.5 0.98 0.32
Hex A3 2 39 0 63 41 24 154 62 20
Octal 243 2 71 0 143 101 44 524 142 40
Binary 10100011 10 111001 0 1100011 1000001 100100 101010100 1100010 100000

Color Harmonies of #A30239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30239

Black with #A30239

Text Example


Text Example

White with #A30239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30239; }

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

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

background-color css

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

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

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

border-color css

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

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

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