Html Css Color HEX #A30817 Carmine

📋 copy color: '#A30817'

red 163 ◦ green 8 ◦ blue 23

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

Shades of Carmine #A30817

Tints of Carmine #A30817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.86%

R = 84.02%
G = 4.12%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A30817 (or 0xA30817) is known color: Carmine. HEX triplet: A3, 08 and 17. RGB value is (163,8,23). Sum of RGB (Red+Green+Blue) = 163+8+23=194 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.02% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 163 - color contains mainly: red. Hex color #A30817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30817 is #5CF7E8. Grayscale: #383838. Windows color (decimal): -6092777 or 1509539. OLE color: 1509539.

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

Color convert

RGB 163 8 23 -
CMYK 0 0.95 0.86 0.36
HSL 354.19º 0.91% 0.34% -
HSV(B) 354.19º 0.95% 0.64% -
XYZ 15.35 8.02 1.55 -
YUV 56.06 109.35 204.28 -
System Red Green Blue C M Y K H S L
Decimal 163 8 23 0 0.95 0.86 0.36 354.19 0.91 0.34
Hex A3 8 17 0 5F 56 24 162 5B 22
Octal 243 10 27 0 137 126 44 542 133 42
Binary 10100011 1000 10111 0 1011111 1010110 100100 101100010 1011011 100010

Color Harmonies of #A30817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30817

Black with #A30817

Text Example


Text Example

White with #A30817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30817; }

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

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

background-color css

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

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

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

border-color css

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

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

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