Html Css Color HEX #AD0727 Carmine

📋 copy color: '#AD0727'

red 173 ◦ green 7 ◦ blue 39

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

Shades of Carmine #AD0727

Tints of Carmine #AD0727

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.2%

 BLUE value IS 39 (15.63% from 255) = 17.81%

R = 79%
G = 3.2%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD0727 (or 0xAD0727) is known color: Carmine. HEX triplet: AD, 07 and 27. RGB value is (173,7,39). Sum of RGB (Red+Green+Blue) = 173+7+39=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0727 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0727 is #52F8D8. Grayscale: #3C3C3C. Windows color (decimal): -5437657 or 2557869. OLE color: 2557869.

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

Color convert

RGB 173 7 39 -
CMYK 0 0.96 0.77 0.32
HSL 348.43º 0.92% 0.35% -
HSV(B) 348.43º 0.96% 0.68% -
XYZ 17.68 9.18 2.76 -
YUV 60.28 116 208.4 -
System Red Green Blue C M Y K H S L
Decimal 173 7 39 0 0.96 0.77 0.32 348.43 0.92 0.35
Hex AD 7 27 0 60 4D 20 15C 5C 23
Octal 255 7 47 0 140 115 40 534 134 43
Binary 10101101 111 100111 0 1100000 1001101 100000 101011100 1011100 100011

Color Harmonies of #AD0727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0727

Black with #AD0727

Text Example


Text Example

White with #AD0727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0727; }

 p { color: rgb(173,7,39); }

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

background-color css

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

 a { background-color: rgb(173,7,39); }

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

border-color css

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

 span { border-color: rgb(173,7,39); }

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