Html Css Color HEX #AD0B27 Carmine

📋 copy color: '#AD0B27'

red 173 ◦ green 11 ◦ blue 39

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

Shades of Carmine #AD0B27

Tints of Carmine #AD0B27

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.93%

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

R = 77.58%
G = 4.93%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD0B27 (or 0xAD0B27) is known color: Carmine. HEX triplet: AD, 0B and 27. RGB value is (173,11,39). Sum of RGB (Red+Green+Blue) = 173+11+39=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0B27 is #52F4D8. Grayscale: #3E3E3E. Windows color (decimal): -5436633 or 2558893. OLE color: 2558893.

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

Color convert

RGB 173 11 39 -
CMYK 0 0.94 0.77 0.32
HSL 349.63º 0.88% 0.36% -
HSV(B) 349.63º 0.94% 0.68% -
XYZ 17.72 9.27 2.77 -
YUV 62.63 114.67 206.72 -
System Red Green Blue C M Y K H S L
Decimal 173 11 39 0 0.94 0.77 0.32 349.63 0.88 0.36
Hex AD B 27 0 5E 4D 20 15E 58 24
Octal 255 13 47 0 136 115 40 536 130 44
Binary 10101101 1011 100111 0 1011110 1001101 100000 101011110 1011000 100100

Color Harmonies of #AD0B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0B27

Black with #AD0B27

Text Example


Text Example

White with #AD0B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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