Html Css Color HEX #AD071A Carmine

📋 copy color: '#AD071A'

red 173 ◦ green 7 ◦ blue 26

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

Shades of Carmine #AD071A

Tints of Carmine #AD071A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.62%

R = 83.98%
G = 3.4%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD071A (or 0xAD071A) is known color: Carmine. HEX triplet: AD, 07 and 1A. RGB value is (173,7,26). Sum of RGB (Red+Green+Blue) = 173+7+26=206 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.98% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 173 - color contains mainly: red. Hex color #AD071A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD071A is #52F8E5. Grayscale: #3A3A3A. Windows color (decimal): -5437670 or 1705901. OLE color: 1705901.

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

Color convert

RGB 173 7 26 -
CMYK 0 0.96 0.85 0.32
HSL 353.13º 0.92% 0.35% -
HSV(B) 353.13º 0.96% 0.68% -
XYZ 17.5 9.11 1.81 -
YUV 58.8 109.5 209.46 -
System Red Green Blue C M Y K H S L
Decimal 173 7 26 0 0.96 0.85 0.32 353.13 0.92 0.35
Hex AD 7 1A 0 60 55 20 161 5C 23
Octal 255 7 32 0 140 125 40 541 134 43
Binary 10101101 111 11010 0 1100000 1010101 100000 101100001 1011100 100011

Color Harmonies of #AD071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD071A

Black with #AD071A

Text Example


Text Example

White with #AD071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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