Html Css Color HEX #AD062B Carmine

📋 copy color: '#AD062B'

red 173 ◦ green 6 ◦ blue 43

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

Shades of Carmine #AD062B

Tints of Carmine #AD062B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.37%

R = 77.93%
G = 2.7%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD062B (or 0xAD062B) is known color: Carmine. HEX triplet: AD, 06 and 2B. RGB value is (173,6,43). Sum of RGB (Red+Green+Blue) = 173+6+43=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD062B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD062B is #52F9D4. Grayscale: #3C3C3C. Windows color (decimal): -5437909 or 2819757. OLE color: 2819757.

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

Color convert

RGB 173 6 43 -
CMYK 0 0.97 0.75 0.32
HSL 346.71º 0.93% 0.35% -
HSV(B) 346.71º 0.97% 0.68% -
XYZ 17.73 9.19 3.12 -
YUV 60.15 118.33 208.49 -
System Red Green Blue C M Y K H S L
Decimal 173 6 43 0 0.97 0.75 0.32 346.71 0.93 0.35
Hex AD 6 2B 0 61 4B 20 15B 5D 23
Octal 255 6 53 0 141 113 40 533 135 43
Binary 10101101 110 101011 0 1100001 1001011 100000 101011011 1011101 100011

Color Harmonies of #AD062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD062B

Black with #AD062B

Text Example


Text Example

White with #AD062B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD062B; }

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

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

background-color css

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

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

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

border-color css

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

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

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