Html Css Color HEX #A01023 Carmine

📋 copy color: '#A01023'

red 160 ◦ green 16 ◦ blue 35

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

Shades of Carmine #A01023

Tints of Carmine #A01023

RGB

 RED value IS 160 (62.89% from 255) = 75.83%

 GREEN value IS 16 (6.64% from 255) = 7.58%

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

R = 75.83%
G = 7.58%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A01023 (or 0xA01023) is known color: Carmine. HEX triplet: A0, 10 and 23. RGB value is (160,16,35). Sum of RGB (Red+Green+Blue) = 160+16+35=211 (27% of max value = 765). Red value is 160 (62.89% from 255 or 75.83% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 160 - color contains mainly: red. Hex color #A01023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01023 is #5FEFDC. Grayscale: #3D3D3D. Windows color (decimal): -6287325 or 2298016. OLE color: 2298016.

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

Color convert

RGB 160 16 35 -
CMYK 0 0.9 0.78 0.37
HSL 352.08º 0.82% 0.35% -
HSV(B) 352.08º 0.9% 0.63% -
XYZ 14.99 7.97 2.34 -
YUV 61.22 113.21 198.46 -
System Red Green Blue C M Y K H S L
Decimal 160 16 35 0 0.9 0.78 0.37 352.08 0.82 0.35
Hex A0 10 23 0 5A 4E 25 160 52 23
Octal 240 20 43 0 132 116 45 540 122 43
Binary 10100000 10000 100011 0 1011010 1001110 100101 101100000 1010010 100011

Color Harmonies of #A01023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01023

Black with #A01023

Text Example


Text Example

White with #A01023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01023; }

 p { color: rgb(160,16,35); }

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

background-color css

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

 a { background-color: rgb(160,16,35); }

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

border-color css

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

 span { border-color: rgb(160,16,35); }

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