Html Css Color HEX #A10423 Carmine

📋 copy color: '#A10423'

red 161 ◦ green 4 ◦ blue 35

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

Shades of Carmine #A10423

Tints of Carmine #A10423

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2%

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

R = 80.5%
G = 2%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A10423 (or 0xA10423) is known color: Carmine. HEX triplet: A1, 04 and 23. RGB value is (161,4,35). Sum of RGB (Red+Green+Blue) = 161+4+35=200 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.5% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 161 - color contains mainly: red. Hex color #A10423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10423 is #5EFBDC. Grayscale: #363636. Windows color (decimal): -6224861 or 2294945. OLE color: 2294945.

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

Color convert

RGB 161 4 35 -
CMYK 0 0.98 0.78 0.37
HSL 348.15º 0.95% 0.32% -
HSV(B) 348.15º 0.98% 0.63% -
XYZ 15.04 7.79 2.3 -
YUV 54.48 117.01 203.98 -
System Red Green Blue C M Y K H S L
Decimal 161 4 35 0 0.98 0.78 0.37 348.15 0.95 0.32
Hex A1 4 23 0 62 4E 25 15C 5F 20
Octal 241 4 43 0 142 116 45 534 137 40
Binary 10100001 100 100011 0 1100010 1001110 100101 101011100 1011111 100000

Color Harmonies of #A10423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10423

Black with #A10423

Text Example


Text Example

White with #A10423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10423; }

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

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

background-color css

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

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

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

border-color css

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

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

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