Html Css Color HEX #AD032F Carmine

📋 copy color: '#AD032F'

red 173 ◦ green 3 ◦ blue 47

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

Shades of Carmine #AD032F

Tints of Carmine #AD032F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

 BLUE value IS 47 (18.75% from 255) = 21.08%

R = 77.58%
G = 1.35%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD032F (or 0xAD032F) is known color: Carmine. HEX triplet: AD, 03 and 2F. RGB value is (173,3,47). Sum of RGB (Red+Green+Blue) = 173+3+47=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD032F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD032F is #52FCD0. Grayscale: #3A3A3A. Windows color (decimal): -5438673 or 3081133. OLE color: 3081133.

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

Color convert

RGB 173 3 47 -
CMYK 0 0.98 0.73 0.32
HSL 344.47º 0.97% 0.35% -
HSV(B) 344.47º 0.98% 0.68% -
XYZ 17.78 9.15 3.52 -
YUV 58.85 121.32 209.42 -
System Red Green Blue C M Y K H S L
Decimal 173 3 47 0 0.98 0.73 0.32 344.47 0.97 0.35
Hex AD 3 2F 0 62 49 20 158 61 23
Octal 255 3 57 0 142 111 40 530 141 43
Binary 10101101 11 101111 0 1100010 1001001 100000 101011000 1100001 100011

Color Harmonies of #AD032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD032F

Black with #AD032F

Text Example


Text Example

White with #AD032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD032F; }

 p { color: rgb(173,3,47); }

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

background-color css

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

 a { background-color: rgb(173,3,47); }

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

border-color css

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

 span { border-color: rgb(173,3,47); }

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