Html Css Color HEX #AB093F Cardinal

📋 copy color: '#AB093F'

red 171 ◦ green 9 ◦ blue 63

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

Shades of Cardinal #AB093F

Tints of Cardinal #AB093F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.93%

R = 70.37%
G = 3.7%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB093F (or 0xAB093F) is known color: Cardinal. HEX triplet: AB, 09 and 3F. RGB value is (171,9,63). Sum of RGB (Red+Green+Blue) = 171+9+63=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB093F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB093F is #54F6C0. Grayscale: #3F3F3F. Windows color (decimal): -5568193 or 4131243. OLE color: 4131243.

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

Color convert

RGB 171 9 63 -
CMYK 0 0.95 0.63 0.33
HSL 340º 0.9% 0.35% -
HSV(B) 340º 0.95% 0.67% -
XYZ 17.79 9.21 5.54 -
YUV 63.59 127.67 204.61 -
System Red Green Blue C M Y K H S L
Decimal 171 9 63 0 0.95 0.63 0.33 340 0.9 0.35
Hex AB 9 3F 0 5F 3F 21 154 5A 23
Octal 253 11 77 0 137 77 41 524 132 43
Binary 10101011 1001 111111 0 1011111 111111 100001 101010100 1011010 100011

Color Harmonies of #AB093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB093F

Black with #AB093F

Text Example


Text Example

White with #AB093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB093F; }

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

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

background-color css

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

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

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

border-color css

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

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

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