Html Css Color HEX #A30D37 Carmine

📋 copy color: '#A30D37'

red 163 ◦ green 13 ◦ blue 55

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

Shades of Carmine #A30D37

Tints of Carmine #A30D37

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.63%

 BLUE value IS 55 (21.88% from 255) = 23.81%

R = 70.56%
G = 5.63%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A30D37 (or 0xA30D37) is known color: Carmine. HEX triplet: A3, 0D and 37. RGB value is (163,13,55). Sum of RGB (Red+Green+Blue) = 163+13+55=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A30D37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30D37 is #5CF2C8. Grayscale: #3E3E3E. Windows color (decimal): -6091465 or 3607971. OLE color: 3607971.

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

Color convert

RGB 163 13 55 -
CMYK 0 0.92 0.66 0.36
HSL 343.2º 0.85% 0.35% -
HSV(B) 343.2º 0.92% 0.64% -
XYZ 15.94 8.35 4.39 -
YUV 62.64 123.7 199.58 -
System Red Green Blue C M Y K H S L
Decimal 163 13 55 0 0.92 0.66 0.36 343.2 0.85 0.35
Hex A3 D 37 0 5C 42 24 157 55 23
Octal 243 15 67 0 134 102 44 527 125 43
Binary 10100011 1101 110111 0 1011100 1000010 100100 101010111 1010101 100011

Color Harmonies of #A30D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30D37

Black with #A30D37

Text Example


Text Example

White with #A30D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30D37; }

 p { color: rgb(163,13,55); }

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

background-color css

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

 a { background-color: rgb(163,13,55); }

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

border-color css

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

 span { border-color: rgb(163,13,55); }

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