Html Css Color HEX #AD0230 Carmine

📋 copy color: '#AD0230'

red 173 ◦ green 2 ◦ blue 48

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

Shades of Carmine #AD0230

Tints of Carmine #AD0230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 77.58%
G = 0.9%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD0230 (or 0xAD0230) is known color: Carmine. HEX triplet: AD, 02 and 30. RGB value is (173,2,48). Sum of RGB (Red+Green+Blue) = 173+2+48=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0230 is #52FDCF. Grayscale: #3A3A3A. Windows color (decimal): -5438928 or 3146413. OLE color: 3146413.

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

Color convert

RGB 173 2 48 -
CMYK 0 0.99 0.72 0.32
HSL 343.86º 0.98% 0.34% -
HSV(B) 343.86º 0.99% 0.68% -
XYZ 17.79 9.14 3.62 -
YUV 58.37 122.15 209.76 -
System Red Green Blue C M Y K H S L
Decimal 173 2 48 0 0.99 0.72 0.32 343.86 0.98 0.34
Hex AD 2 30 0 63 48 20 158 62 22
Octal 255 2 60 0 143 110 40 530 142 42
Binary 10101101 10 110000 0 1100011 1001000 100000 101011000 1100010 100010

Color Harmonies of #AD0230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0230

Black with #AD0230

Text Example


Text Example

White with #AD0230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0230; }

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

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

background-color css

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

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

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

border-color css

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

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

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