Html Css Color HEX #AD0623 Carmine

📋 copy color: '#AD0623'

red 173 ◦ green 6 ◦ blue 35

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

Shades of Carmine #AD0623

Tints of Carmine #AD0623

RGB

 RED value IS 173 (67.97% from 255) = 80.84%

 GREEN value IS 6 (2.73% from 255) = 2.8%

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

R = 80.84%
G = 2.8%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD0623 (or 0xAD0623) is known color: Carmine. HEX triplet: AD, 06 and 23. RGB value is (173,6,35). Sum of RGB (Red+Green+Blue) = 173+6+35=214 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.84% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0623 is #52F9DC. Grayscale: #3B3B3B. Windows color (decimal): -5437917 or 2295469. OLE color: 2295469.

HSL color Cylindrical-coordinate representation of color #AD0623: hue angle of 349.58º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0623 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 6 35 -
CMYK 0 0.97 0.80 0.32
HSL 349.58º 0.93% 0.35% -
HSV(B) 349.58º 0.97% 0.68% -
XYZ 17.6 9.14 2.43 -
YUV 59.24 114.33 209.14 -
System Red Green Blue C M Y K H S L
Decimal 173 6 35 0 0.97 0.80 0.32 349.58 0.93 0.35
Hex AD 6 23 0 61 50 20 15E 5D 23
Octal 255 6 43 0 141 120 40 536 135 43
Binary 10101101 110 100011 0 1100001 1010000 100000 101011110 1011101 100011

Color Harmonies of #AD0623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0623

Black with #AD0623

Text Example


Text Example

White with #AD0623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0623; }

 p { color: rgb(173,6,35); }

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

background-color css

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

 a { background-color: rgb(173,6,35); }

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

border-color css

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

 span { border-color: rgb(173,6,35); }

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