Html Css Color HEX #A10023 Carmine

📋 copy color: '#A10023'

red 161 ◦ green 0 ◦ blue 35

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

Shades of Carmine #A10023

Tints of Carmine #A10023

RGB

 RED value IS 161 (63.28% from 255) = 82.14%

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

 BLUE value IS 35 (14.06% from 255) = 17.86%

R = 82.14%
G = 0%
B = 17.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A10023 (or 0xA10023) is known color: Carmine. HEX triplet: A1, 00 and 23. RGB value is (161,0,35). Sum of RGB (Red+Green+Blue) = 161+0+35=196 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.14% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 161 - color contains mainly: red. Hex color #A10023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10023 is #5EFFDC. Grayscale: #343434. Windows color (decimal): -6225885 or 2293921. OLE color: 2293921.

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

Color convert

RGB 161 0 35 -
CMYK 0 1 0.78 0.37
HSL 346.96º 1% 0.32% -
HSV(B) 346.96º 1% 0.63% -
XYZ 15 7.7 2.29 -
YUV 52.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 161 0 35 0 1 0.78 0.37 346.96 1 0.32
Hex A1 0 23 0 64 4E 25 15B 64 20
Octal 241 0 43 0 144 116 45 533 144 40
Binary 10100001 0 100011 0 1100100 1001110 100101 101011011 1100100 100000

Color Harmonies of #A10023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10023

Black with #A10023

Text Example


Text Example

White with #A10023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10023; }

 p { color: rgb(161,0,35); }

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

background-color css

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

 a { background-color: rgb(161,0,35); }

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

border-color css

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

 span { border-color: rgb(161,0,35); }

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