Html Css Color HEX #AD1022 Carmine

📋 copy color: '#AD1022'

red 173 ◦ green 16 ◦ blue 34

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

Shades of Carmine #AD1022

Tints of Carmine #AD1022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.17%

 BLUE value IS 34 (13.67% from 255) = 15.25%

R = 77.58%
G = 7.17%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD1022 (or 0xAD1022) is known color: Carmine. HEX triplet: AD, 10 and 22. RGB value is (173,16,34). Sum of RGB (Red+Green+Blue) = 173+16+34=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1022 is #52EFDD. Grayscale: #414141. Windows color (decimal): -5435358 or 2232493. OLE color: 2232493.

HSL color Cylindrical-coordinate representation of color #AD1022: hue angle of 353.12º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1022 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 16 34 -
CMYK 0 0.91 0.80 0.32
HSL 353.12º 0.83% 0.37% -
HSV(B) 353.12º 0.91% 0.68% -
XYZ 17.71 9.37 2.39 -
YUV 65 110.51 205.04 -
System Red Green Blue C M Y K H S L
Decimal 173 16 34 0 0.91 0.80 0.32 353.12 0.83 0.37
Hex AD 10 22 0 5B 50 20 161 53 25
Octal 255 20 42 0 133 120 40 541 123 45
Binary 10101101 10000 100010 0 1011011 1010000 100000 101100001 1010011 100101

Color Harmonies of #AD1022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1022

Black with #AD1022

Text Example


Text Example

White with #AD1022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1022; }

 p { color: rgb(173,16,34); }

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

background-color css

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

 a { background-color: rgb(173,16,34); }

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

border-color css

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

 span { border-color: rgb(173,16,34); }

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