Html Css Color HEX #A30133 Carmine

📋 copy color: '#A30133'

red 163 ◦ green 1 ◦ blue 51

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

Shades of Carmine #A30133

Tints of Carmine #A30133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.72%

R = 75.81%
G = 0.47%
B = 23.72%

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

#A30133 (or 0xA30133) is known color: Carmine. HEX triplet: A3, 01 and 33. RGB value is (163,1,51). Sum of RGB (Red+Green+Blue) = 163+1+51=215 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.81% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 163 - color contains mainly: red. Hex color #A30133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30133 is #5CFECC. Grayscale: #373737. Windows color (decimal): -6094541 or 3342755. OLE color: 3342755.

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

Color convert

RGB 163 1 51 -
CMYK 0 0.99 0.69 0.36
HSL 341.48º 0.99% 0.32% -
HSV(B) 341.48º 0.99% 0.64% -
XYZ 15.71 8.05 3.86 -
YUV 55.14 125.67 204.93 -
System Red Green Blue C M Y K H S L
Decimal 163 1 51 0 0.99 0.69 0.36 341.48 0.99 0.32
Hex A3 1 33 0 63 45 24 155 63 20
Octal 243 1 63 0 143 105 44 525 143 40
Binary 10100011 1 110011 0 1100011 1000101 100100 101010101 1100011 100000

Color Harmonies of #A30133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30133

Black with #A30133

Text Example


Text Example

White with #A30133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30133; }

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

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

background-color css

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

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

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

border-color css

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

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

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