Html Css Color HEX #A3022B Carmine

📋 copy color: '#A3022B'

red 163 ◦ green 2 ◦ blue 43

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

Shades of Carmine #A3022B

Tints of Carmine #A3022B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.96%

 BLUE value IS 43 (17.19% from 255) = 20.67%

R = 78.37%
G = 0.96%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3022B (or 0xA3022B) is known color: Carmine. HEX triplet: A3, 02 and 2B. RGB value is (163,2,43). Sum of RGB (Red+Green+Blue) = 163+2+43=208 (27% of max value = 765). Red value is 163 (64.06% from 255 or 78.37% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 163 - color contains mainly: red. Hex color #A3022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3022B is #5CFDD4. Grayscale: #363636. Windows color (decimal): -6094293 or 2818723. OLE color: 2818723.

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

Color convert

RGB 163 2 43 -
CMYK 0 0.99 0.74 0.36
HSL 344.72º 0.98% 0.32% -
HSV(B) 344.72º 0.99% 0.64% -
XYZ 15.56 8 3.01 -
YUV 54.81 121.34 205.17 -
System Red Green Blue C M Y K H S L
Decimal 163 2 43 0 0.99 0.74 0.36 344.72 0.98 0.32
Hex A3 2 2B 0 63 4A 24 159 62 20
Octal 243 2 53 0 143 112 44 531 142 40
Binary 10100011 10 101011 0 1100011 1001010 100100 101011001 1100010 100000

Color Harmonies of #A3022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3022B

Black with #A3022B

Text Example


Text Example

White with #A3022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3022B; }

 p { color: rgb(163,2,43); }

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

background-color css

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

 a { background-color: rgb(163,2,43); }

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

border-color css

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

 span { border-color: rgb(163,2,43); }

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