Html Css Color HEX #A30E24 Carmine

📋 copy color: '#A30E24'

red 163 ◦ green 14 ◦ blue 36

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

Shades of Carmine #A30E24

Tints of Carmine #A30E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.9%

R = 76.53%
G = 6.57%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A30E24 (or 0xA30E24) is known color: Carmine. HEX triplet: A3, 0E and 24. RGB value is (163,14,36). Sum of RGB (Red+Green+Blue) = 163+14+36=213 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.53% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30E24 is #5CF1DB. Grayscale: #3D3D3D. Windows color (decimal): -6091228 or 2363043. OLE color: 2363043.

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

Color convert

RGB 163 14 36 -
CMYK 0 0.91 0.78 0.36
HSL 351.14º 0.84% 0.35% -
HSV(B) 351.14º 0.91% 0.64% -
XYZ 15.58 8.23 2.44 -
YUV 61.06 113.86 200.71 -
System Red Green Blue C M Y K H S L
Decimal 163 14 36 0 0.91 0.78 0.36 351.14 0.84 0.35
Hex A3 E 24 0 5B 4E 24 15F 54 23
Octal 243 16 44 0 133 116 44 537 124 43
Binary 10100011 1110 100100 0 1011011 1001110 100100 101011111 1010100 100011

Color Harmonies of #A30E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30E24

Black with #A30E24

Text Example


Text Example

White with #A30E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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