Html Css Color HEX #A00423 Carmine

📋 copy color: '#A00423'

red 160 ◦ green 4 ◦ blue 35

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

Shades of Carmine #A00423

Tints of Carmine #A00423

RGB

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

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

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

R = 80.4%
G = 2.01%
B = 17.59%

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

#A00423 (or 0xA00423) is known color: Carmine. HEX triplet: A0, 04 and 23. RGB value is (160,4,35). Sum of RGB (Red+Green+Blue) = 160+4+35=199 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.40% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 160 - color contains mainly: red. Hex color #A00423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00423 is #5FFBDC. Grayscale: #363636. Windows color (decimal): -6290397 or 2294944. OLE color: 2294944.

HSL color Cylindrical-coordinate representation of color #A00423: hue angle of 348.08º 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 #A00423 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 4 35 -
CMYK 0 0.98 0.78 0.37
HSL 348.08º 0.95% 0.32% -
HSV(B) 348.08º 0.98% 0.63% -
XYZ 14.84 7.68 2.29 -
YUV 54.18 117.18 203.48 -
System Red Green Blue C M Y K H S L
Decimal 160 4 35 0 0.98 0.78 0.37 348.08 0.95 0.32
Hex A0 4 23 0 62 4E 25 15C 5F 20
Octal 240 4 43 0 142 116 45 534 137 40
Binary 10100000 100 100011 0 1100010 1001110 100101 101011100 1011111 100000

Color Harmonies of #A00423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00423

Black with #A00423

Text Example


Text Example

White with #A00423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00423; }

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

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

background-color css

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

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

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

border-color css

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

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

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