Html Css Color HEX #A30232 Carmine

📋 copy color: '#A30232'

red 163 ◦ green 2 ◦ blue 50

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

Shades of Carmine #A30232

Tints of Carmine #A30232

RGB

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

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

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

R = 75.81%
G = 0.93%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A30232 (or 0xA30232) is known color: Carmine. HEX triplet: A3, 02 and 32. RGB value is (163,2,50). Sum of RGB (Red+Green+Blue) = 163+2+50=215 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.81% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 163 - color contains mainly: red. Hex color #A30232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30232 is #5CFDCD. Grayscale: #373737. Windows color (decimal): -6094286 or 3277475. OLE color: 3277475.

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

Color convert

RGB 163 2 50 -
CMYK 0 0.99 0.69 0.36
HSL 342.11º 0.98% 0.32% -
HSV(B) 342.11º 0.99% 0.64% -
XYZ 15.7 8.06 3.75 -
YUV 55.61 124.84 204.6 -
System Red Green Blue C M Y K H S L
Decimal 163 2 50 0 0.99 0.69 0.36 342.11 0.98 0.32
Hex A3 2 32 0 63 45 24 156 62 20
Octal 243 2 62 0 143 105 44 526 142 40
Binary 10100011 10 110010 0 1100011 1000101 100100 101010110 1100010 100000

Color Harmonies of #A30232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30232

Black with #A30232

Text Example


Text Example

White with #A30232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30232; }

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

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

background-color css

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

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

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

border-color css

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

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

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