Html Css Color HEX #AD0927 Carmine

📋 copy color: '#AD0927'

red 173 ◦ green 9 ◦ blue 39

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

Shades of Carmine #AD0927

Tints of Carmine #AD0927

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.07%

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

R = 78.28%
G = 4.07%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD0927 (or 0xAD0927) is known color: Carmine. HEX triplet: AD, 09 and 27. RGB value is (173,9,39). Sum of RGB (Red+Green+Blue) = 173+9+39=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 39 (15.62% from 255 or 17.65% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0927 is #52F6D8. Grayscale: #3D3D3D. Windows color (decimal): -5437145 or 2558381. OLE color: 2558381.

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

Color convert

RGB 173 9 39 -
CMYK 0 0.95 0.77 0.32
HSL 349.02º 0.9% 0.36% -
HSV(B) 349.02º 0.95% 0.68% -
XYZ 17.7 9.23 2.77 -
YUV 61.46 115.33 207.56 -
System Red Green Blue C M Y K H S L
Decimal 173 9 39 0 0.95 0.77 0.32 349.02 0.9 0.36
Hex AD 9 27 0 5F 4D 20 15D 5A 24
Octal 255 11 47 0 137 115 40 535 132 44
Binary 10101101 1001 100111 0 1011111 1001101 100000 101011101 1011010 100100

Color Harmonies of #AD0927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0927

Black with #AD0927

Text Example


Text Example

White with #AD0927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0927; }

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

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

background-color css

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

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

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

border-color css

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

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

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