Html Css Color HEX #A30F29 Carmine

📋 copy color: '#A30F29'

red 163 ◦ green 15 ◦ blue 41

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

Shades of Carmine #A30F29

Tints of Carmine #A30F29

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.85%

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

R = 74.43%
G = 6.85%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A30F29 (or 0xA30F29) is known color: Carmine. HEX triplet: A3, 0F and 29. RGB value is (163,15,41). Sum of RGB (Red+Green+Blue) = 163+15+41=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 41 (16.41% from 255 or 18.72% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30F29 is #5CF0D6. Grayscale: #3E3E3E. Windows color (decimal): -6090967 or 2690979. OLE color: 2690979.

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

Color convert

RGB 163 15 41 -
CMYK 0 0.91 0.75 0.36
HSL 349.46º 0.83% 0.35% -
HSV(B) 349.46º 0.91% 0.64% -
XYZ 15.68 8.29 2.87 -
YUV 62.22 116.03 199.89 -
System Red Green Blue C M Y K H S L
Decimal 163 15 41 0 0.91 0.75 0.36 349.46 0.83 0.35
Hex A3 F 29 0 5B 4B 24 15D 53 23
Octal 243 17 51 0 133 113 44 535 123 43
Binary 10100011 1111 101001 0 1011011 1001011 100100 101011101 1010011 100011

Color Harmonies of #A30F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30F29

Black with #A30F29

Text Example


Text Example

White with #A30F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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