Html Css Color HEX #A30129 Carmine

📋 copy color: '#A30129'

red 163 ◦ green 1 ◦ blue 41

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

Shades of Carmine #A30129

Tints of Carmine #A30129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 41 (16.41% from 255) = 20%

R = 79.51%
G = 0.49%
B = 20%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A30129 (or 0xA30129) is known color: Carmine. HEX triplet: A3, 01 and 29. RGB value is (163,1,41). Sum of RGB (Red+Green+Blue) = 163+1+41=205 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.51% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 163 - color contains mainly: red. Hex color #A30129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30129 is #5CFED6. Grayscale: #363636. Windows color (decimal): -6094551 or 2687395. OLE color: 2687395.

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

Color convert

RGB 163 1 41 -
CMYK 0 0.99 0.75 0.36
HSL 345.19º 0.99% 0.32% -
HSV(B) 345.19º 0.99% 0.64% -
XYZ 15.52 7.97 2.82 -
YUV 54 120.67 205.75 -
System Red Green Blue C M Y K H S L
Decimal 163 1 41 0 0.99 0.75 0.36 345.19 0.99 0.32
Hex A3 1 29 0 63 4B 24 159 63 20
Octal 243 1 51 0 143 113 44 531 143 40
Binary 10100011 1 101001 0 1100011 1001011 100100 101011001 1100011 100000

Color Harmonies of #A30129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30129

Black with #A30129

Text Example


Text Example

White with #A30129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30129; }

 p { color: rgb(163,1,41); }

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

background-color css

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

 a { background-color: rgb(163,1,41); }

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

border-color css

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

 span { border-color: rgb(163,1,41); }

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