Html Css Color HEX #AD071C Carmine

📋 copy color: '#AD071C'

red 173 ◦ green 7 ◦ blue 28

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

Shades of Carmine #AD071C

Tints of Carmine #AD071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.37%

 BLUE value IS 28 (11.33% from 255) = 13.46%

R = 83.17%
G = 3.37%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD071C (or 0xAD071C) is known color: Carmine. HEX triplet: AD, 07 and 1C. RGB value is (173,7,28). Sum of RGB (Red+Green+Blue) = 173+7+28=208 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.17% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 173 - color contains mainly: red. Hex color #AD071C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD071C is #52F8E3. Grayscale: #3B3B3B. Windows color (decimal): -5437668 or 1836973. OLE color: 1836973.

HSL color Cylindrical-coordinate representation of color #AD071C: hue angle of 352.41º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD071C is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 7 28 -
CMYK 0 0.96 0.84 0.32
HSL 352.41º 0.92% 0.35% -
HSV(B) 352.41º 0.96% 0.68% -
XYZ 17.52 9.12 1.94 -
YUV 59.03 110.5 209.29 -
System Red Green Blue C M Y K H S L
Decimal 173 7 28 0 0.96 0.84 0.32 352.41 0.92 0.35
Hex AD 7 1C 0 60 54 20 160 5C 23
Octal 255 7 34 0 140 124 40 540 134 43
Binary 10101101 111 11100 0 1100000 1010100 100000 101100000 1011100 100011

Color Harmonies of #AD071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD071C

Black with #AD071C

Text Example


Text Example

White with #AD071C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD071C; }

 p { color: rgb(173,7,28); }

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

background-color css

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

 a { background-color: rgb(173,7,28); }

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

border-color css

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

 span { border-color: rgb(173,7,28); }

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