Html Css Color HEX #AB093E Cardinal

📋 copy color: '#AB093E'

red 171 ◦ green 9 ◦ blue 62

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

Shades of Cardinal #AB093E

Tints of Cardinal #AB093E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.72%

 BLUE value IS 62 (24.61% from 255) = 25.62%

R = 70.66%
G = 3.72%
B = 25.62%

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

#AB093E (or 0xAB093E) is known color: Cardinal. HEX triplet: AB, 09 and 3E. RGB value is (171,9,62). Sum of RGB (Red+Green+Blue) = 171+9+62=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB093E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB093E is #54F6C1. Grayscale: #3F3F3F. Windows color (decimal): -5568194 or 4065707. OLE color: 4065707.

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

Color convert

RGB 171 9 62 -
CMYK 0 0.95 0.64 0.33
HSL 340.37º 0.9% 0.35% -
HSV(B) 340.37º 0.95% 0.67% -
XYZ 17.76 9.2 5.4 -
YUV 63.48 127.17 204.69 -
System Red Green Blue C M Y K H S L
Decimal 171 9 62 0 0.95 0.64 0.33 340.37 0.9 0.35
Hex AB 9 3E 0 5F 40 21 154 5A 23
Octal 253 11 76 0 137 100 41 524 132 43
Binary 10101011 1001 111110 0 1011111 1000000 100001 101010100 1011010 100011

Color Harmonies of #AB093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB093E

Black with #AB093E

Text Example


Text Example

White with #AB093E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB093E; }

 p { color: rgb(171,9,62); }

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

background-color css

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

 a { background-color: rgb(171,9,62); }

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

border-color css

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

 span { border-color: rgb(171,9,62); }

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