Html Css Color HEX #AB1B33 Cardinal

📋 copy color: '#AB1B33'

red 171 ◦ green 27 ◦ blue 51

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

Shades of Cardinal #AB1B33

Tints of Cardinal #AB1B33

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.84%

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

R = 68.67%
G = 10.84%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB1B33 (or 0xAB1B33) is known color: Cardinal. HEX triplet: AB, 1B and 33. RGB value is (171,27,51). Sum of RGB (Red+Green+Blue) = 171+27+51=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1B33 is #54E4CC. Grayscale: #484848. Windows color (decimal): -5563597 or 3349419. OLE color: 3349419.

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

Color convert

RGB 171 27 51 -
CMYK 0 0.84 0.70 0.33
HSL 350º 0.73% 0.39% -
HSV(B) 350º 0.84% 0.67% -
XYZ 17.78 9.68 4.06 -
YUV 72.79 115.71 198.05 -
System Red Green Blue C M Y K H S L
Decimal 171 27 51 0 0.84 0.70 0.33 350 0.73 0.39
Hex AB 1B 33 0 54 46 21 15E 49 27
Octal 253 33 63 0 124 106 41 536 111 47
Binary 10101011 11011 110011 0 1010100 1000110 100001 101011110 1001001 100111

Color Harmonies of #AB1B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1B33

Black with #AB1B33

Text Example


Text Example

White with #AB1B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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