Html Css Color HEX #AB083D Cardinal

📋 copy color: '#AB083D'

red 171 ◦ green 8 ◦ blue 61

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

Shades of Cardinal #AB083D

Tints of Cardinal #AB083D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.33%

 BLUE value IS 61 (24.22% from 255) = 25.42%

R = 71.25%
G = 3.33%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB083D (or 0xAB083D) is known color: Cardinal. HEX triplet: AB, 08 and 3D. RGB value is (171,8,61). Sum of RGB (Red+Green+Blue) = 171+8+61=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB083D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB083D is #54F7C2. Grayscale: #3E3E3E. Windows color (decimal): -5568451 or 3999915. OLE color: 3999915.

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

Color convert

RGB 171 8 61 -
CMYK 0 0.95 0.64 0.33
HSL 340.49º 0.91% 0.35% -
HSV(B) 340.49º 0.95% 0.67% -
XYZ 17.72 9.17 5.25 -
YUV 62.78 127 205.19 -
System Red Green Blue C M Y K H S L
Decimal 171 8 61 0 0.95 0.64 0.33 340.49 0.91 0.35
Hex AB 8 3D 0 5F 40 21 154 5B 23
Octal 253 10 75 0 137 100 41 524 133 43
Binary 10101011 1000 111101 0 1011111 1000000 100001 101010100 1011011 100011

Color Harmonies of #AB083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB083D

Black with #AB083D

Text Example


Text Example

White with #AB083D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB083D; }

 p { color: rgb(171,8,61); }

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

background-color css

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

 a { background-color: rgb(171,8,61); }

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

border-color css

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

 span { border-color: rgb(171,8,61); }

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