Html Css Color HEX #AB1235 Cardinal

📋 copy color: '#AB1235'

red 171 ◦ green 18 ◦ blue 53

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

Shades of Cardinal #AB1235

Tints of Cardinal #AB1235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.44%

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

R = 70.66%
G = 7.44%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AB1235 (or 0xAB1235) is known color: Cardinal. HEX triplet: AB, 12 and 35. RGB value is (171,18,53). Sum of RGB (Red+Green+Blue) = 171+18+53=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1235 is #54EDCA. Grayscale: #434343. Windows color (decimal): -5565899 or 3478187. OLE color: 3478187.

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

Color convert

RGB 171 18 53 -
CMYK 0 0.89 0.69 0.33
HSL 346.27º 0.81% 0.37% -
HSV(B) 346.27º 0.89% 0.67% -
XYZ 17.65 9.35 4.24 -
YUV 67.74 119.69 201.65 -
System Red Green Blue C M Y K H S L
Decimal 171 18 53 0 0.89 0.69 0.33 346.27 0.81 0.37
Hex AB 12 35 0 59 45 21 15A 51 25
Octal 253 22 65 0 131 105 41 532 121 45
Binary 10101011 10010 110101 0 1011001 1000101 100001 101011010 1010001 100101

Color Harmonies of #AB1235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1235

Black with #AB1235

Text Example


Text Example

White with #AB1235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1235; }

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

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

background-color css

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

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

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

border-color css

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

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

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