Html Css Color HEX #A3091C Carmine

📋 copy color: '#A3091C'

red 163 ◦ green 9 ◦ blue 28

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

Shades of Carmine #A3091C

Tints of Carmine #A3091C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.5%

 BLUE value IS 28 (11.33% from 255) = 14%

R = 81.5%
G = 4.5%
B = 14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3091C (or 0xA3091C) is known color: Carmine. HEX triplet: A3, 09 and 1C. RGB value is (163,9,28). Sum of RGB (Red+Green+Blue) = 163+9+28=200 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 163 - color contains mainly: red. Hex color #A3091C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3091C is #5CF6E3. Grayscale: #393939. Windows color (decimal): -6092516 or 1837475. OLE color: 1837475.

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

Color convert

RGB 163 9 28 -
CMYK 0 0.94 0.83 0.36
HSL 352.6º 0.9% 0.34% -
HSV(B) 352.6º 0.94% 0.64% -
XYZ 15.41 8.07 1.84 -
YUV 57.21 111.52 203.46 -
System Red Green Blue C M Y K H S L
Decimal 163 9 28 0 0.94 0.83 0.36 352.6 0.9 0.34
Hex A3 9 1C 0 5E 53 24 161 5A 22
Octal 243 11 34 0 136 123 44 541 132 42
Binary 10100011 1001 11100 0 1011110 1010011 100100 101100001 1011010 100010

Color Harmonies of #A3091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3091C

Black with #A3091C

Text Example


Text Example

White with #A3091C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3091C; }

 p { color: rgb(163,9,28); }

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

background-color css

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

 a { background-color: rgb(163,9,28); }

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

border-color css

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

 span { border-color: rgb(163,9,28); }

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