Html Css Color HEX #A30735 Carmine

📋 copy color: '#A30735'

red 163 ◦ green 7 ◦ blue 53

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

Shades of Carmine #A30735

Tints of Carmine #A30735

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.14%

 BLUE value IS 53 (21.09% from 255) = 23.77%

R = 73.09%
G = 3.14%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A30735 (or 0xA30735) is known color: Carmine. HEX triplet: A3, 07 and 35. RGB value is (163,7,53). Sum of RGB (Red+Green+Blue) = 163+7+53=223 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.09% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 163 - color contains mainly: red. Hex color #A30735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30735 is #5CF8CA. Grayscale: #3A3A3A. Windows color (decimal): -6093003 or 3475363. OLE color: 3475363.

HSL color Cylindrical-coordinate representation of color #A30735: hue angle of 342.31º degrees, saturation: 0.92, 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 #A30735 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 7 53 -
CMYK 0 0.96 0.67 0.36
HSL 342.31º 0.92% 0.33% -
HSV(B) 342.31º 0.96% 0.64% -
XYZ 15.82 8.2 4.12 -
YUV 58.89 124.68 202.26 -
System Red Green Blue C M Y K H S L
Decimal 163 7 53 0 0.96 0.67 0.36 342.31 0.92 0.33
Hex A3 7 35 0 60 43 24 156 5C 21
Octal 243 7 65 0 140 103 44 526 134 41
Binary 10100011 111 110101 0 1100000 1000011 100100 101010110 1011100 100001

Color Harmonies of #A30735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30735

Black with #A30735

Text Example


Text Example

White with #A30735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30735; }

 p { color: rgb(163,7,53); }

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

background-color css

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

 a { background-color: rgb(163,7,53); }

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

border-color css

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

 span { border-color: rgb(163,7,53); }

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