Html Css Color HEX #AD0127 Carmine

📋 copy color: '#AD0127'

red 173 ◦ green 1 ◦ blue 39

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

Shades of Carmine #AD0127

Tints of Carmine #AD0127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 81.22%
G = 0.47%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD0127 (or 0xAD0127) is known color: Carmine. HEX triplet: AD, 01 and 27. RGB value is (173,1,39). Sum of RGB (Red+Green+Blue) = 173+1+39=213 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.22% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0127 is #52FED8. Grayscale: #383838. Windows color (decimal): -5439193 or 2556333. OLE color: 2556333.

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

Color convert

RGB 173 1 39 -
CMYK 0 0.99 0.77 0.32
HSL 346.74º 0.99% 0.34% -
HSV(B) 346.74º 0.99% 0.68% -
XYZ 17.61 9.05 2.74 -
YUV 56.76 117.98 210.91 -
System Red Green Blue C M Y K H S L
Decimal 173 1 39 0 0.99 0.77 0.32 346.74 0.99 0.34
Hex AD 1 27 0 63 4D 20 15B 63 22
Octal 255 1 47 0 143 115 40 533 143 42
Binary 10101101 1 100111 0 1100011 1001101 100000 101011011 1100011 100010

Color Harmonies of #AD0127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0127

Black with #AD0127

Text Example


Text Example

White with #AD0127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0127; }

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

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

background-color css

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

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

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

border-color css

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

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

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