Html Css Color HEX #A30339 Carmine

📋 copy color: '#A30339'

red 163 ◦ green 3 ◦ blue 57

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

Shades of Carmine #A30339

Tints of Carmine #A30339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.56%

R = 73.09%
G = 1.35%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A30339 (or 0xA30339) is known color: Carmine. HEX triplet: A3, 03 and 39. RGB value is (163,3,57). Sum of RGB (Red+Green+Blue) = 163+3+57=223 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.09% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 163 - color contains mainly: red. Hex color #A30339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30339 is #5CFCC6. Grayscale: #383838. Windows color (decimal): -6094023 or 3736483. OLE color: 3736483.

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

Color convert

RGB 163 3 57 -
CMYK 0 0.98 0.65 0.36
HSL 339.75º 0.96% 0.33% -
HSV(B) 339.75º 0.98% 0.64% -
XYZ 15.88 8.15 4.61 -
YUV 57 128.01 203.61 -
System Red Green Blue C M Y K H S L
Decimal 163 3 57 0 0.98 0.65 0.36 339.75 0.96 0.33
Hex A3 3 39 0 62 41 24 154 60 21
Octal 243 3 71 0 142 101 44 524 140 41
Binary 10100011 11 111001 0 1100010 1000001 100100 101010100 1100000 100001

Color Harmonies of #A30339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30339

Black with #A30339

Text Example


Text Example

White with #A30339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30339; }

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

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

background-color css

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

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

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

border-color css

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

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

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