Html Css Color HEX #A30032 Carmine

📋 copy color: '#A30032'

red 163 ◦ green 0 ◦ blue 50

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

Shades of Carmine #A30032

Tints of Carmine #A30032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 50 (19.92% from 255) = 23.47%

R = 76.53%
G = 0%
B = 23.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A30032 (or 0xA30032) is known color: Carmine. HEX triplet: A3, 00 and 32. RGB value is (163,0,50). Sum of RGB (Red+Green+Blue) = 163+0+50=213 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.53% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 163 - color contains mainly: red. Hex color #A30032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30032 is #5CFFCD. Grayscale: #363636. Windows color (decimal): -6094798 or 3276963. OLE color: 3276963.

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

Color convert

RGB 163 0 50 -
CMYK 0 1 0.69 0.36
HSL 341.6º 1% 0.32% -
HSV(B) 341.6º 1% 0.64% -
XYZ 15.68 8.02 3.74 -
YUV 54.44 125.5 205.43 -
System Red Green Blue C M Y K H S L
Decimal 163 0 50 0 1 0.69 0.36 341.6 1 0.32
Hex A3 0 32 0 64 45 24 156 64 20
Octal 243 0 62 0 144 105 44 526 144 40
Binary 10100011 0 110010 0 1100100 1000101 100100 101010110 1100100 100000

Color Harmonies of #A30032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30032

Black with #A30032

Text Example


Text Example

White with #A30032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30032; }

 p { color: rgb(163,0,50); }

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

background-color css

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

 a { background-color: rgb(163,0,50); }

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

border-color css

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

 span { border-color: rgb(163,0,50); }

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