Html Css Color HEX #AB1135 Cardinal

📋 copy color: '#AB1135'

red 171 ◦ green 17 ◦ blue 53

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

Shades of Cardinal #AB1135

Tints of Cardinal #AB1135

RGB

 RED value IS 171 (67.19% from 255) = 70.95%

 GREEN value IS 17 (7.03% from 255) = 7.05%

 BLUE value IS 53 (21.09% from 255) = 21.99%

R = 70.95%
G = 7.05%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AB1135 (or 0xAB1135) is known color: Cardinal. HEX triplet: AB, 11 and 35. RGB value is (171,17,53). Sum of RGB (Red+Green+Blue) = 171+17+53=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1135 is #54EECA. Grayscale: #434343. Windows color (decimal): -5566155 or 3477931. OLE color: 3477931.

HSL color Cylindrical-coordinate representation of color #AB1135: hue angle of 345.97º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1135 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 17 53 -
CMYK 0 0.90 0.69 0.33
HSL 345.97º 0.82% 0.37% -
HSV(B) 345.97º 0.9% 0.67% -
XYZ 17.64 9.32 4.24 -
YUV 67.15 120.02 202.07 -
System Red Green Blue C M Y K H S L
Decimal 171 17 53 0 0.90 0.69 0.33 345.97 0.82 0.37
Hex AB 11 35 0 5A 45 21 15A 52 25
Octal 253 21 65 0 132 105 41 532 122 45
Binary 10101011 10001 110101 0 1011010 1000101 100001 101011010 1010010 100101

Color Harmonies of #AB1135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1135

Black with #AB1135

Text Example


Text Example

White with #AB1135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1135; }

 p { color: rgb(171,17,53); }

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

background-color css

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

 a { background-color: rgb(171,17,53); }

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

border-color css

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

 span { border-color: rgb(171,17,53); }

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