Html Css Color HEX #A30628 Carmine

📋 copy color: '#A30628'

red 163 ◦ green 6 ◦ blue 40

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

Shades of Carmine #A30628

Tints of Carmine #A30628

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.87%

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

R = 77.99%
G = 2.87%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A30628 (or 0xA30628) is known color: Carmine. HEX triplet: A3, 06 and 28. RGB value is (163,6,40). Sum of RGB (Red+Green+Blue) = 163+6+40=209 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.99% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 163 - color contains mainly: red. Hex color #A30628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30628 is #5CF9D7. Grayscale: #383838. Windows color (decimal): -6093272 or 2623139. OLE color: 2623139.

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

Color convert

RGB 163 6 40 -
CMYK 0 0.96 0.75 0.36
HSL 347.01º 0.93% 0.33% -
HSV(B) 347.01º 0.96% 0.64% -
XYZ 15.55 8.07 2.75 -
YUV 56.82 118.51 203.74 -
System Red Green Blue C M Y K H S L
Decimal 163 6 40 0 0.96 0.75 0.36 347.01 0.93 0.33
Hex A3 6 28 0 60 4B 24 15B 5D 21
Octal 243 6 50 0 140 113 44 533 135 41
Binary 10100011 110 101000 0 1100000 1001011 100100 101011011 1011101 100001

Color Harmonies of #A30628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30628

Black with #A30628

Text Example


Text Example

White with #A30628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30628; }

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

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

background-color css

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

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

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

border-color css

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

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

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