Html Css Color HEX #A30117 Carmine

📋 copy color: '#A30117'

red 163 ◦ green 1 ◦ blue 23

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

Shades of Carmine #A30117

Tints of Carmine #A30117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 23 (9.38% from 255) = 12.3%

R = 87.17%
G = 0.53%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A30117 (or 0xA30117) is known color: Carmine. HEX triplet: A3, 01 and 17. RGB value is (163,1,23). Sum of RGB (Red+Green+Blue) = 163+1+23=187 (24% of max value = 765). Red value is 163 (64.06% from 255 or 87.17% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 163 - color contains mainly: red. Hex color #A30117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30117 is #5CFEE8. Grayscale: #343434. Windows color (decimal): -6094569 or 1507747. OLE color: 1507747.

HSL color Cylindrical-coordinate representation of color #A30117: hue angle of 351.85º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30117 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 1 23 -
CMYK 0 0.99 0.86 0.36
HSL 351.85º 0.99% 0.32% -
HSV(B) 351.85º 0.99% 0.64% -
XYZ 15.27 7.87 1.52 -
YUV 51.95 111.67 207.21 -
System Red Green Blue C M Y K H S L
Decimal 163 1 23 0 0.99 0.86 0.36 351.85 0.99 0.32
Hex A3 1 17 0 63 56 24 160 63 20
Octal 243 1 27 0 143 126 44 540 143 40
Binary 10100011 1 10111 0 1100011 1010110 100100 101100000 1100011 100000

Color Harmonies of #A30117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30117

Black with #A30117

Text Example


Text Example

White with #A30117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30117; }

 p { color: rgb(163,1,23); }

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

background-color css

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

 a { background-color: rgb(163,1,23); }

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

border-color css

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

 span { border-color: rgb(163,1,23); }

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