Html Css Color HEX #AB1433 Cardinal

📋 copy color: '#AB1433'

red 171 ◦ green 20 ◦ blue 51

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

Shades of Cardinal #AB1433

Tints of Cardinal #AB1433

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.26%

 BLUE value IS 51 (20.31% from 255) = 21.07%

R = 70.66%
G = 8.26%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB1433 (or 0xAB1433) is known color: Cardinal. HEX triplet: AB, 14 and 33. RGB value is (171,20,51). Sum of RGB (Red+Green+Blue) = 171+20+51=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1433 is #54EBCC. Grayscale: #444444. Windows color (decimal): -5565389 or 3347627. OLE color: 3347627.

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

Color convert

RGB 171 20 51 -
CMYK 0 0.88 0.70 0.33
HSL 347.68º 0.79% 0.37% -
HSV(B) 347.68º 0.88% 0.67% -
XYZ 17.64 9.4 4.02 -
YUV 68.68 118.03 200.98 -
System Red Green Blue C M Y K H S L
Decimal 171 20 51 0 0.88 0.70 0.33 347.68 0.79 0.37
Hex AB 14 33 0 58 46 21 15C 4F 25
Octal 253 24 63 0 130 106 41 534 117 45
Binary 10101011 10100 110011 0 1011000 1000110 100001 101011100 1001111 100101

Color Harmonies of #AB1433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1433

Black with #AB1433

Text Example


Text Example

White with #AB1433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1433; }

 p { color: rgb(171,20,51); }

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

background-color css

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

 a { background-color: rgb(171,20,51); }

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

border-color css

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

 span { border-color: rgb(171,20,51); }

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