Html Css Color HEX #AB0637 Cardinal

📋 copy color: '#AB0637'

red 171 ◦ green 6 ◦ blue 55

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

Shades of Cardinal #AB0637

Tints of Cardinal #AB0637

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.59%

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

R = 73.71%
G = 2.59%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB0637 (or 0xAB0637) is known color: Cardinal. HEX triplet: AB, 06 and 37. RGB value is (171,6,55). Sum of RGB (Red+Green+Blue) = 171+6+55=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0637 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0637 is #54F9C8. Grayscale: #3C3C3C. Windows color (decimal): -5568969 or 3606187. OLE color: 3606187.

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

Color convert

RGB 171 6 55 -
CMYK 0 0.96 0.68 0.33
HSL 342.18º 0.93% 0.35% -
HSV(B) 342.18º 0.96% 0.67% -
XYZ 17.55 9.06 4.44 -
YUV 60.92 124.66 206.52 -
System Red Green Blue C M Y K H S L
Decimal 171 6 55 0 0.96 0.68 0.33 342.18 0.93 0.35
Hex AB 6 37 0 60 44 21 156 5D 23
Octal 253 6 67 0 140 104 41 526 135 43
Binary 10101011 110 110111 0 1100000 1000100 100001 101010110 1011101 100011

Color Harmonies of #AB0637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0637

Black with #AB0637

Text Example


Text Example

White with #AB0637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0637; }

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

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

background-color css

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

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

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

border-color css

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

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

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