Html Css Color HEX #AB0634 Cardinal

📋 copy color: '#AB0634'

red 171 ◦ green 6 ◦ blue 52

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

Shades of Cardinal #AB0634

Tints of Cardinal #AB0634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.71%

R = 74.67%
G = 2.62%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB0634 (or 0xAB0634) is known color: Cardinal. HEX triplet: AB, 06 and 34. RGB value is (171,6,52). Sum of RGB (Red+Green+Blue) = 171+6+52=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0634 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0634 is #54F9CB. Grayscale: #3C3C3C. Windows color (decimal): -5568972 or 3409579. OLE color: 3409579.

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

Color convert

RGB 171 6 52 -
CMYK 0 0.96 0.70 0.33
HSL 343.27º 0.93% 0.35% -
HSV(B) 343.27º 0.96% 0.67% -
XYZ 17.48 9.04 4.07 -
YUV 60.58 123.16 206.76 -
System Red Green Blue C M Y K H S L
Decimal 171 6 52 0 0.96 0.70 0.33 343.27 0.93 0.35
Hex AB 6 34 0 60 46 21 157 5D 23
Octal 253 6 64 0 140 106 41 527 135 43
Binary 10101011 110 110100 0 1100000 1000110 100001 101010111 1011101 100011

Color Harmonies of #AB0634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0634

Black with #AB0634

Text Example


Text Example

White with #AB0634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0634; }

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

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

background-color css

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

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

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

border-color css

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

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

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