Html Css Color HEX #AD030D Carmine

📋 copy color: '#AD030D'

red 173 ◦ green 3 ◦ blue 13

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

Shades of Carmine #AD030D

Tints of Carmine #AD030D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.59%

 BLUE value IS 13 (5.47% from 255) = 6.88%

R = 91.53%
G = 1.59%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD030D (or 0xAD030D) is known color: Carmine. HEX triplet: AD, 03 and 0D. RGB value is (173,3,13). Sum of RGB (Red+Green+Blue) = 173+3+13=189 (25% of max value = 765). Red value is 173 (67.97% from 255 or 91.53% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 173 - color contains mainly: red. Hex color #AD030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD030D is #52FCF2. Grayscale: #373737. Windows color (decimal): -5438707 or 852909. OLE color: 852909.

HSL color Cylindrical-coordinate representation of color #AD030D: hue angle of 356.47º degrees, saturation: 0.97, 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 #AD030D is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 3 13 -
CMYK 0 0.98 0.92 0.32
HSL 356.47º 0.97% 0.35% -
HSV(B) 356.47º 0.98% 0.68% -
XYZ 17.34 8.98 1.2 -
YUV 54.97 104.32 212.19 -
System Red Green Blue C M Y K H S L
Decimal 173 3 13 0 0.98 0.92 0.32 356.47 0.97 0.35
Hex AD 3 D 0 62 5C 20 164 61 23
Octal 255 3 15 0 142 134 40 544 141 43
Binary 10101101 11 1101 0 1100010 1011100 100000 101100100 1100001 100011

Color Harmonies of #AD030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD030D

Black with #AD030D

Text Example


Text Example

White with #AD030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD030D; }

 p { color: rgb(173,3,13); }

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

background-color css

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

 a { background-color: rgb(173,3,13); }

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

border-color css

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

 span { border-color: rgb(173,3,13); }

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