Html Css Color HEX #AD061B Carmine

📋 copy color: '#AD061B'

red 173 ◦ green 6 ◦ blue 27

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

Shades of Carmine #AD061B

Tints of Carmine #AD061B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.11%

R = 83.98%
G = 2.91%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD061B (or 0xAD061B) is known color: Carmine. HEX triplet: AD, 06 and 1B. RGB value is (173,6,27). Sum of RGB (Red+Green+Blue) = 173+6+27=206 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.98% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 173 - color contains mainly: red. Hex color #AD061B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD061B is #52F9E4. Grayscale: #3A3A3A. Windows color (decimal): -5437925 or 1771181. OLE color: 1771181.

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

Color convert

RGB 173 6 27 -
CMYK 0 0.97 0.84 0.32
HSL 352.46º 0.93% 0.35% -
HSV(B) 352.46º 0.97% 0.68% -
XYZ 17.5 9.09 1.87 -
YUV 58.33 110.33 209.79 -
System Red Green Blue C M Y K H S L
Decimal 173 6 27 0 0.97 0.84 0.32 352.46 0.93 0.35
Hex AD 6 1B 0 61 54 20 160 5D 23
Octal 255 6 33 0 141 124 40 540 135 43
Binary 10101101 110 11011 0 1100001 1010100 100000 101100000 1011101 100011

Color Harmonies of #AD061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD061B

Black with #AD061B

Text Example


Text Example

White with #AD061B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD061B; }

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

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

background-color css

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

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

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

border-color css

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

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

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