Html Css Color HEX #A30813 Carmine

📋 copy color: '#A30813'

red 163 ◦ green 8 ◦ blue 19

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

Shades of Carmine #A30813

Tints of Carmine #A30813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.21%

 BLUE value IS 19 (7.81% from 255) = 10%

R = 85.79%
G = 4.21%
B = 10%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A30813 (or 0xA30813) is known color: Carmine. HEX triplet: A3, 08 and 13. RGB value is (163,8,19). Sum of RGB (Red+Green+Blue) = 163+8+19=190 (25% of max value = 765). Red value is 163 (64.06% from 255 or 85.79% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 163 - color contains mainly: red. Hex color #A30813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30813 is #5CF7EC. Grayscale: #373737. Windows color (decimal): -6092781 or 1247395. OLE color: 1247395.

HSL color Cylindrical-coordinate representation of color #A30813: hue angle of 355.74º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30813 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 8 19 -
CMYK 0 0.95 0.88 0.36
HSL 355.74º 0.91% 0.34% -
HSV(B) 355.74º 0.95% 0.64% -
XYZ 15.31 8.01 1.35 -
YUV 55.6 107.35 204.61 -
System Red Green Blue C M Y K H S L
Decimal 163 8 19 0 0.95 0.88 0.36 355.74 0.91 0.34
Hex A3 8 13 0 5F 58 24 164 5B 22
Octal 243 10 23 0 137 130 44 544 133 42
Binary 10100011 1000 10011 0 1011111 1011000 100100 101100100 1011011 100010

Color Harmonies of #A30813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30813

Black with #A30813

Text Example


Text Example

White with #A30813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30813; }

 p { color: rgb(163,8,19); }

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

background-color css

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

 a { background-color: rgb(163,8,19); }

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

border-color css

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

 span { border-color: rgb(163,8,19); }

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