Html Css Color HEX #AD061A Carmine

📋 copy color: '#AD061A'

red 173 ◦ green 6 ◦ blue 26

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

Shades of Carmine #AD061A

Tints of Carmine #AD061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.93%

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

R = 84.39%
G = 2.93%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD061A (or 0xAD061A) is known color: Carmine. HEX triplet: AD, 06 and 1A. RGB value is (173,6,26). Sum of RGB (Red+Green+Blue) = 173+6+26=205 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.39% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 173 - color contains mainly: red. Hex color #AD061A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD061A is #52F9E5. Grayscale: #3A3A3A. Windows color (decimal): -5437926 or 1705645. OLE color: 1705645.

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

Color convert

RGB 173 6 26 -
CMYK 0 0.97 0.85 0.32
HSL 352.81º 0.93% 0.35% -
HSV(B) 352.81º 0.97% 0.68% -
XYZ 17.49 9.09 1.81 -
YUV 58.21 109.83 209.87 -
System Red Green Blue C M Y K H S L
Decimal 173 6 26 0 0.97 0.85 0.32 352.81 0.93 0.35
Hex AD 6 1A 0 61 55 20 161 5D 23
Octal 255 6 32 0 141 125 40 541 135 43
Binary 10101101 110 11010 0 1100001 1010101 100000 101100001 1011101 100011

Color Harmonies of #AD061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD061A

Black with #AD061A

Text Example


Text Example

White with #AD061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD061A; }

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

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

background-color css

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

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

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

border-color css

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

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

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