Html Css Color HEX #AB083A Cardinal

📋 copy color: '#AB083A'

red 171 ◦ green 8 ◦ blue 58

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

Shades of Cardinal #AB083A

Tints of Cardinal #AB083A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.47%

R = 72.15%
G = 3.38%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB083A (or 0xAB083A) is known color: Cardinal. HEX triplet: AB, 08 and 3A. RGB value is (171,8,58). Sum of RGB (Red+Green+Blue) = 171+8+58=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB083A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB083A is #54F7C5. Grayscale: #3E3E3E. Windows color (decimal): -5568454 or 3803307. OLE color: 3803307.

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

Color convert

RGB 171 8 58 -
CMYK 0 0.95 0.66 0.33
HSL 341.6º 0.91% 0.35% -
HSV(B) 341.6º 0.95% 0.67% -
XYZ 17.65 9.14 4.84 -
YUV 62.44 125.5 205.43 -
System Red Green Blue C M Y K H S L
Decimal 171 8 58 0 0.95 0.66 0.33 341.6 0.91 0.35
Hex AB 8 3A 0 5F 42 21 156 5B 23
Octal 253 10 72 0 137 102 41 526 133 43
Binary 10101011 1000 111010 0 1011111 1000010 100001 101010110 1011011 100011

Color Harmonies of #AB083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB083A

Black with #AB083A

Text Example


Text Example

White with #AB083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB083A; }

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

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

background-color css

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

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

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

border-color css

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

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

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