Html Css Color HEX #A30333 Carmine

📋 copy color: '#A30333'

red 163 ◦ green 3 ◦ blue 51

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

Shades of Carmine #A30333

Tints of Carmine #A30333

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

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

R = 75.12%
G = 1.38%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A30333 (or 0xA30333) is known color: Carmine. HEX triplet: A3, 03 and 33. RGB value is (163,3,51). Sum of RGB (Red+Green+Blue) = 163+3+51=217 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.12% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 163 - color contains mainly: red. Hex color #A30333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30333 is #5CFCCC. Grayscale: #383838. Windows color (decimal): -6094029 or 3343267. OLE color: 3343267.

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

Color convert

RGB 163 3 51 -
CMYK 0 0.98 0.69 0.36
HSL 342º 0.96% 0.33% -
HSV(B) 342º 0.98% 0.64% -
XYZ 15.73 8.09 3.86 -
YUV 56.31 125.01 204.1 -
System Red Green Blue C M Y K H S L
Decimal 163 3 51 0 0.98 0.69 0.36 342 0.96 0.33
Hex A3 3 33 0 62 45 24 156 60 21
Octal 243 3 63 0 142 105 44 526 140 41
Binary 10100011 11 110011 0 1100010 1000101 100100 101010110 1100000 100001

Color Harmonies of #A30333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30333

Black with #A30333

Text Example


Text Example

White with #A30333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30333; }

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

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

background-color css

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

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

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

border-color css

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

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

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