Html Css Color HEX #AD0410 Carmine

📋 copy color: '#AD0410'

red 173 ◦ green 4 ◦ blue 16

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

Shades of Carmine #AD0410

Tints of Carmine #AD0410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.29%

R = 89.64%
G = 2.07%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD0410 (or 0xAD0410) is known color: Carmine. HEX triplet: AD, 04 and 10. RGB value is (173,4,16). Sum of RGB (Red+Green+Blue) = 173+4+16=193 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.64% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0410 is #52FBEF. Grayscale: #383838. Windows color (decimal): -5438448 or 1049773. OLE color: 1049773.

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

Color convert

RGB 173 4 16 -
CMYK 0 0.98 0.91 0.32
HSL 355.74º 0.95% 0.35% -
HSV(B) 355.74º 0.98% 0.68% -
XYZ 17.37 9.01 1.31 -
YUV 55.9 105.49 211.52 -
System Red Green Blue C M Y K H S L
Decimal 173 4 16 0 0.98 0.91 0.32 355.74 0.95 0.35
Hex AD 4 10 0 62 5B 20 164 5F 23
Octal 255 4 20 0 142 133 40 544 137 43
Binary 10101101 100 10000 0 1100010 1011011 100000 101100100 1011111 100011

Color Harmonies of #AD0410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0410

Black with #AD0410

Text Example


Text Example

White with #AD0410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0410; }

 p { color: rgb(173,4,16); }

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

background-color css

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

 a { background-color: rgb(173,4,16); }

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

border-color css

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

 span { border-color: rgb(173,4,16); }

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