Html Css Color HEX #A3002D Carmine

📋 copy color: '#A3002D'

red 163 ◦ green 0 ◦ blue 45

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

Shades of Carmine #A3002D

Tints of Carmine #A3002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 45 (17.97% from 255) = 21.63%

R = 78.37%
G = 0%
B = 21.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A3002D (or 0xA3002D) is known color: Carmine. HEX triplet: A3, 00 and 2D. RGB value is (163,0,45). Sum of RGB (Red+Green+Blue) = 163+0+45=208 (27% of max value = 765). Red value is 163 (64.06% from 255 or 78.37% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 163 - color contains mainly: red. Hex color #A3002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3002D is #5CFFD2. Grayscale: #353535. Windows color (decimal): -6094803 or 2949283. OLE color: 2949283.

HSL color Cylindrical-coordinate representation of color #A3002D: hue angle of 343.44º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3002D is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 0 45 -
CMYK 0 1 0.72 0.36
HSL 343.44º 1% 0.32% -
HSV(B) 343.44º 1% 0.64% -
XYZ 15.58 7.98 3.2 -
YUV 53.87 123 205.84 -
System Red Green Blue C M Y K H S L
Decimal 163 0 45 0 1 0.72 0.36 343.44 1 0.32
Hex A3 0 2D 0 64 48 24 157 64 20
Octal 243 0 55 0 144 110 44 527 144 40
Binary 10100011 0 101101 0 1100100 1001000 100100 101010111 1100100 100000

Color Harmonies of #A3002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3002D

Black with #A3002D

Text Example


Text Example

White with #A3002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3002D; }

 p { color: rgb(163,0,45); }

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

background-color css

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

 a { background-color: rgb(163,0,45); }

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

border-color css

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

 span { border-color: rgb(163,0,45); }

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