Html Css Color HEX #A30829 Carmine

📋 copy color: '#A30829'

red 163 ◦ green 8 ◦ blue 41

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

Shades of Carmine #A30829

Tints of Carmine #A30829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.77%

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

R = 76.89%
G = 3.77%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A30829 (or 0xA30829) is known color: Carmine. HEX triplet: A3, 08 and 29. RGB value is (163,8,41). Sum of RGB (Red+Green+Blue) = 163+8+41=212 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.89% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 163 - color contains mainly: red. Hex color #A30829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30829 is #5CF7D6. Grayscale: #3A3A3A. Windows color (decimal): -6092759 or 2689187. OLE color: 2689187.

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

Color convert

RGB 163 8 41 -
CMYK 0 0.95 0.75 0.36
HSL 347.23º 0.91% 0.34% -
HSV(B) 347.23º 0.95% 0.64% -
XYZ 15.59 8.12 2.84 -
YUV 58.11 118.35 202.82 -
System Red Green Blue C M Y K H S L
Decimal 163 8 41 0 0.95 0.75 0.36 347.23 0.91 0.34
Hex A3 8 29 0 5F 4B 24 15B 5B 22
Octal 243 10 51 0 137 113 44 533 133 42
Binary 10100011 1000 101001 0 1011111 1001011 100100 101011011 1011011 100010

Color Harmonies of #A30829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30829

Black with #A30829

Text Example


Text Example

White with #A30829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30829; }

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

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

background-color css

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

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

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

border-color css

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

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

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