#AD1B35

Color #AD1B35 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #AD1B35

Tints of Cardinal #AD1B35

Color information

#AD1B35 (or 0xAD1B35) is unknown color: approx Cardinal. HEX triplet: AD, 1B and 35. RGB value is (173,27,53). Sum of RGB (Red+Green+Blue) = 173+27+53=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1B35 is #52E4CA. Grayscale: #494949. Windows color (decimal): -5432523 or 3480493. OLE color: 3480493.

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

Color convert

RGB1732753-
CMYK00.840.690.32
HSL349.32º73%39.22%-
HSV(B)349.32º84.39%67.84%-
XYZ18.279.934.32-
YUV73.62116.37198.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 68.38%
GREEN value IS 27 (10.94% from 255) = 10.67%
BLUE value IS 53 (21.09% from 255) = 20.95%
R=68.38%
G=10.67%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173275300.840.690.32349.327339.22
HexAD1B35054452015d4927
Octal255336501241054053511147
Binary10101101110111101010101010010001011000001010111011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1B35; }

 p { color: rgb(173,27,53); }

 H1.HeaderClassName
 {
   color: #AD1B35;
 }
 .AnyTagClassName
 {
   color: #AD1B35;
 }
</style>
background-color css

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

 a { background-color: rgb(173,27,53); }

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

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

 span { border-color: rgb(173,27,53); }

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