Html Css Color HEX #AB0339 Cardinal

📋 copy color: '#AB0339'

red 171 ◦ green 3 ◦ blue 57

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

Shades of Cardinal #AB0339

Tints of Cardinal #AB0339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 24.68%

R = 74.03%
G = 1.3%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AB0339 (or 0xAB0339) is known color: Cardinal. HEX triplet: AB, 03 and 39. RGB value is (171,3,57). Sum of RGB (Red+Green+Blue) = 171+3+57=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0339 is #54FCC6. Grayscale: #3B3B3B. Windows color (decimal): -5569735 or 3736491. OLE color: 3736491.

HSL color Cylindrical-coordinate representation of color #AB0339: hue angle of 340.71º 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 #AB0339 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 3 57 -
CMYK 0 0.98 0.67 0.33
HSL 340.71º 0.97% 0.34% -
HSV(B) 340.71º 0.98% 0.67% -
XYZ 17.57 9.02 4.69 -
YUV 59.39 126.66 207.61 -
System Red Green Blue C M Y K H S L
Decimal 171 3 57 0 0.98 0.67 0.33 340.71 0.97 0.34
Hex AB 3 39 0 62 43 21 155 61 22
Octal 253 3 71 0 142 103 41 525 141 42
Binary 10101011 11 111001 0 1100010 1000011 100001 101010101 1100001 100010

Color Harmonies of #AB0339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0339

Black with #AB0339

Text Example


Text Example

White with #AB0339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0339; }

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

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

background-color css

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

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

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

border-color css

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

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

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