Html Css Color HEX #AB0337 Cardinal

📋 copy color: '#AB0337'

red 171 ◦ green 3 ◦ blue 55

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

Shades of Cardinal #AB0337

Tints of Cardinal #AB0337

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.31%

 BLUE value IS 55 (21.88% from 255) = 24.02%

R = 74.67%
G = 1.31%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB0337 (or 0xAB0337) is known color: Cardinal. HEX triplet: AB, 03 and 37. RGB value is (171,3,55). Sum of RGB (Red+Green+Blue) = 171+3+55=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0337 is #54FCC8. Grayscale: #3B3B3B. Windows color (decimal): -5569737 or 3605419. OLE color: 3605419.

HSL color Cylindrical-coordinate representation of color #AB0337: hue angle of 341.43º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0337 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 3 55 -
CMYK 0 0.98 0.68 0.33
HSL 341.43º 0.97% 0.34% -
HSV(B) 341.43º 0.98% 0.67% -
XYZ 17.52 9 4.43 -
YUV 59.16 125.66 207.77 -
System Red Green Blue C M Y K H S L
Decimal 171 3 55 0 0.98 0.68 0.33 341.43 0.97 0.34
Hex AB 3 37 0 62 44 21 155 61 22
Octal 253 3 67 0 142 104 41 525 141 42
Binary 10101011 11 110111 0 1100010 1000100 100001 101010101 1100001 100010

Color Harmonies of #AB0337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0337

Black with #AB0337

Text Example


Text Example

White with #AB0337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0337; }

 p { color: rgb(171,3,55); }

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

background-color css

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

 a { background-color: rgb(171,3,55); }

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

border-color css

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

 span { border-color: rgb(171,3,55); }

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