Html Css Color HEX #AD030E Carmine

📋 copy color: '#AD030E'

red 173 ◦ green 3 ◦ blue 14

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

Shades of Carmine #AD030E

Tints of Carmine #AD030E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.37%

R = 91.05%
G = 1.58%
B = 7.37%

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

#AD030E (or 0xAD030E) is known color: Carmine. HEX triplet: AD, 03 and 0E. RGB value is (173,3,14). Sum of RGB (Red+Green+Blue) = 173+3+14=190 (25% of max value = 765). Red value is 173 (67.97% from 255 or 91.05% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 173 - color contains mainly: red. Hex color #AD030E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD030E is #52FCF1. Grayscale: #373737. Windows color (decimal): -5438706 or 918445. OLE color: 918445.

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

Color convert

RGB 173 3 14 -
CMYK 0 0.98 0.92 0.32
HSL 356.12º 0.97% 0.35% -
HSV(B) 356.12º 0.98% 0.68% -
XYZ 17.35 8.98 1.23 -
YUV 55.08 104.82 212.11 -
System Red Green Blue C M Y K H S L
Decimal 173 3 14 0 0.98 0.92 0.32 356.12 0.97 0.35
Hex AD 3 E 0 62 5C 20 164 61 23
Octal 255 3 16 0 142 134 40 544 141 43
Binary 10101101 11 1110 0 1100010 1011100 100000 101100100 1100001 100011

Color Harmonies of #AD030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD030E

Black with #AD030E

Text Example


Text Example

White with #AD030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD030E; }

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

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

background-color css

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

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

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

border-color css

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

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

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