Html Css Color HEX #A30429 Carmine

📋 copy color: '#A30429'

red 163 ◦ green 4 ◦ blue 41

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

Shades of Carmine #A30429

Tints of Carmine #A30429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.92%

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

R = 78.37%
G = 1.92%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A30429 (or 0xA30429) is known color: Carmine. HEX triplet: A3, 04 and 29. RGB value is (163,4,41). Sum of RGB (Red+Green+Blue) = 163+4+41=208 (27% of max value = 765). Red value is 163 (64.06% from 255 or 78.37% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 163 - color contains mainly: red. Hex color #A30429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30429 is #5CFBD6. Grayscale: #373737. Windows color (decimal): -6093783 or 2688163. OLE color: 2688163.

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

Color convert

RGB 163 4 41 -
CMYK 0 0.98 0.75 0.36
HSL 346.04º 0.95% 0.33% -
HSV(B) 346.04º 0.98% 0.64% -
XYZ 15.55 8.03 2.83 -
YUV 55.76 119.68 204.49 -
System Red Green Blue C M Y K H S L
Decimal 163 4 41 0 0.98 0.75 0.36 346.04 0.95 0.33
Hex A3 4 29 0 62 4B 24 15A 5F 21
Octal 243 4 51 0 142 113 44 532 137 41
Binary 10100011 100 101001 0 1100010 1001011 100100 101011010 1011111 100001

Color Harmonies of #A30429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30429

Black with #A30429

Text Example


Text Example

White with #A30429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30429; }

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

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

background-color css

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

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

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

border-color css

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

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

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