Html Css Color HEX #AD081A Carmine

📋 copy color: '#AD081A'

red 173 ◦ green 8 ◦ blue 26

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

Shades of Carmine #AD081A

Tints of Carmine #AD081A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.86%

 BLUE value IS 26 (10.55% from 255) = 12.56%

R = 83.57%
G = 3.86%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD081A (or 0xAD081A) is known color: Carmine. HEX triplet: AD, 08 and 1A. RGB value is (173,8,26). Sum of RGB (Red+Green+Blue) = 173+8+26=207 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.57% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 173 - color contains mainly: red. Hex color #AD081A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD081A is #52F7E5. Grayscale: #3B3B3B. Windows color (decimal): -5437414 or 1706157. OLE color: 1706157.

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

Color convert

RGB 173 8 26 -
CMYK 0 0.95 0.85 0.32
HSL 353.45º 0.91% 0.35% -
HSV(B) 353.45º 0.95% 0.68% -
XYZ 17.51 9.13 1.82 -
YUV 59.39 109.16 209.04 -
System Red Green Blue C M Y K H S L
Decimal 173 8 26 0 0.95 0.85 0.32 353.45 0.91 0.35
Hex AD 8 1A 0 5F 55 20 161 5B 23
Octal 255 10 32 0 137 125 40 541 133 43
Binary 10101101 1000 11010 0 1011111 1010101 100000 101100001 1011011 100011

Color Harmonies of #AD081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD081A

Black with #AD081A

Text Example


Text Example

White with #AD081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD081A; }

 p { color: rgb(173,8,26); }

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

background-color css

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

 a { background-color: rgb(173,8,26); }

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

border-color css

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

 span { border-color: rgb(173,8,26); }

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