Html Css Color HEX #A30E35 Carmine

📋 copy color: '#A30E35'

red 163 ◦ green 14 ◦ blue 53

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

Shades of Carmine #A30E35

Tints of Carmine #A30E35

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.09%

 BLUE value IS 53 (21.09% from 255) = 23.04%

R = 70.87%
G = 6.09%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A30E35 (or 0xA30E35) is known color: Carmine. HEX triplet: A3, 0E and 35. RGB value is (163,14,53). Sum of RGB (Red+Green+Blue) = 163+14+53=230 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.87% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30E35 is #5CF1CA. Grayscale: #3E3E3E. Windows color (decimal): -6091211 or 3477155. OLE color: 3477155.

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

Color convert

RGB 163 14 53 -
CMYK 0 0.91 0.67 0.36
HSL 344.3º 0.84% 0.35% -
HSV(B) 344.3º 0.91% 0.64% -
XYZ 15.9 8.36 4.14 -
YUV 63 122.36 199.33 -
System Red Green Blue C M Y K H S L
Decimal 163 14 53 0 0.91 0.67 0.36 344.3 0.84 0.35
Hex A3 E 35 0 5B 43 24 158 54 23
Octal 243 16 65 0 133 103 44 530 124 43
Binary 10100011 1110 110101 0 1011011 1000011 100100 101011000 1010100 100011

Color Harmonies of #A30E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30E35

Black with #A30E35

Text Example


Text Example

White with #A30E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30E35; }

 p { color: rgb(163,14,53); }

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

background-color css

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

 a { background-color: rgb(163,14,53); }

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

border-color css

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

 span { border-color: rgb(163,14,53); }

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