Html Css Color HEX #A30218 Carmine

📋 copy color: '#A30218'

red 163 ◦ green 2 ◦ blue 24

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

Shades of Carmine #A30218

Tints of Carmine #A30218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

 BLUE value IS 24 (9.77% from 255) = 12.7%

R = 86.24%
G = 1.06%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A30218 (or 0xA30218) is known color: Carmine. HEX triplet: A3, 02 and 18. RGB value is (163,2,24). Sum of RGB (Red+Green+Blue) = 163+2+24=189 (25% of max value = 765). Red value is 163 (64.06% from 255 or 86.24% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 163 - color contains mainly: red. Hex color #A30218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30218 is #5CFDE7. Grayscale: #343434. Windows color (decimal): -6094312 or 1573539. OLE color: 1573539.

HSL color Cylindrical-coordinate representation of color #A30218: hue angle of 351.8º degrees, saturation: 0.98, 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 #A30218 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 2 24 -
CMYK 0 0.99 0.85 0.36
HSL 351.8º 0.98% 0.32% -
HSV(B) 351.8º 0.99% 0.64% -
XYZ 15.29 7.9 1.58 -
YUV 52.65 111.84 206.71 -
System Red Green Blue C M Y K H S L
Decimal 163 2 24 0 0.99 0.85 0.36 351.8 0.98 0.32
Hex A3 2 18 0 63 55 24 160 62 20
Octal 243 2 30 0 143 125 44 540 142 40
Binary 10100011 10 11000 0 1100011 1010101 100100 101100000 1100010 100000

Color Harmonies of #A30218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30218

Black with #A30218

Text Example


Text Example

White with #A30218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30218; }

 p { color: rgb(163,2,24); }

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

background-color css

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

 a { background-color: rgb(163,2,24); }

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

border-color css

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

 span { border-color: rgb(163,2,24); }

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