Html Css Color HEX #A30528 Carmine

📋 copy color: '#A30528'

red 163 ◦ green 5 ◦ blue 40

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

Shades of Carmine #A30528

Tints of Carmine #A30528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.4%

 BLUE value IS 40 (16.02% from 255) = 19.23%

R = 78.37%
G = 2.4%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A30528 (or 0xA30528) is known color: Carmine. HEX triplet: A3, 05 and 28. RGB value is (163,5,40). Sum of RGB (Red+Green+Blue) = 163+5+40=208 (27% of max value = 765). Red value is 163 (64.06% from 255 or 78.37% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 163 - color contains mainly: red. Hex color #A30528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30528 is #5CFAD7. Grayscale: #383838. Windows color (decimal): -6093528 or 2622883. OLE color: 2622883.

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

Color convert

RGB 163 5 40 -
CMYK 0 0.97 0.75 0.36
HSL 346.71º 0.94% 0.33% -
HSV(B) 346.71º 0.97% 0.64% -
XYZ 15.54 8.05 2.74 -
YUV 56.23 118.85 204.15 -
System Red Green Blue C M Y K H S L
Decimal 163 5 40 0 0.97 0.75 0.36 346.71 0.94 0.33
Hex A3 5 28 0 61 4B 24 15B 5E 21
Octal 243 5 50 0 141 113 44 533 136 41
Binary 10100011 101 101000 0 1100001 1001011 100100 101011011 1011110 100001

Color Harmonies of #A30528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30528

Black with #A30528

Text Example


Text Example

White with #A30528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30528; }

 p { color: rgb(163,5,40); }

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

background-color css

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

 a { background-color: rgb(163,5,40); }

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

border-color css

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

 span { border-color: rgb(163,5,40); }

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