Html Css Color HEX #AD0330 Carmine

📋 copy color: '#AD0330'

red 173 ◦ green 3 ◦ blue 48

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

Shades of Carmine #AD0330

Tints of Carmine #AD0330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.43%

R = 77.23%
G = 1.34%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD0330 (or 0xAD0330) is known color: Carmine. HEX triplet: AD, 03 and 30. RGB value is (173,3,48). Sum of RGB (Red+Green+Blue) = 173+3+48=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0330 is #52FCCF. Grayscale: #3A3A3A. Windows color (decimal): -5438672 or 3146669. OLE color: 3146669.

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

Color convert

RGB 173 3 48 -
CMYK 0 0.98 0.72 0.32
HSL 344.12º 0.97% 0.35% -
HSV(B) 344.12º 0.98% 0.68% -
XYZ 17.8 9.16 3.63 -
YUV 58.96 121.82 209.34 -
System Red Green Blue C M Y K H S L
Decimal 173 3 48 0 0.98 0.72 0.32 344.12 0.97 0.35
Hex AD 3 30 0 62 48 20 158 61 23
Octal 255 3 60 0 142 110 40 530 141 43
Binary 10101101 11 110000 0 1100010 1001000 100000 101011000 1100001 100011

Color Harmonies of #AD0330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0330

Black with #AD0330

Text Example


Text Example

White with #AD0330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0330; }

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

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

background-color css

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

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

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

border-color css

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

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

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