Html Css Color HEX #A30737 Carmine

📋 copy color: '#A30737'

red 163 ◦ green 7 ◦ blue 55

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

Shades of Carmine #A30737

Tints of Carmine #A30737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 24.44%

R = 72.44%
G = 3.11%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A30737 (or 0xA30737) is known color: Carmine. HEX triplet: A3, 07 and 37. RGB value is (163,7,55). Sum of RGB (Red+Green+Blue) = 163+7+55=225 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.44% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 163 - color contains mainly: red. Hex color #A30737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30737 is #5CF8C8. Grayscale: #3B3B3B. Windows color (decimal): -6093001 or 3606435. OLE color: 3606435.

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

Color convert

RGB 163 7 55 -
CMYK 0 0.96 0.66 0.36
HSL 341.54º 0.92% 0.33% -
HSV(B) 341.54º 0.96% 0.64% -
XYZ 15.87 8.21 4.36 -
YUV 59.12 125.68 202.1 -
System Red Green Blue C M Y K H S L
Decimal 163 7 55 0 0.96 0.66 0.36 341.54 0.92 0.33
Hex A3 7 37 0 60 42 24 156 5C 21
Octal 243 7 67 0 140 102 44 526 134 41
Binary 10100011 111 110111 0 1100000 1000010 100100 101010110 1011100 100001

Color Harmonies of #A30737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30737

Black with #A30737

Text Example


Text Example

White with #A30737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30737; }

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

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

background-color css

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

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

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

border-color css

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

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

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