Html Css Color HEX #AB0F3F Cardinal

📋 copy color: '#AB0F3F'

red 171 ◦ green 15 ◦ blue 63

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

Shades of Cardinal #AB0F3F

Tints of Cardinal #AB0F3F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.02%

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

R = 68.67%
G = 6.02%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB0F3F (or 0xAB0F3F) is known color: Cardinal. HEX triplet: AB, 0F and 3F. RGB value is (171,15,63). Sum of RGB (Red+Green+Blue) = 171+15+63=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0F3F is #54F0C0. Grayscale: #434343. Windows color (decimal): -5566657 or 4132779. OLE color: 4132779.

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

Color convert

RGB 171 15 63 -
CMYK 0 0.91 0.63 0.33
HSL 341.54º 0.84% 0.36% -
HSV(B) 341.54º 0.91% 0.67% -
XYZ 17.86 9.36 5.57 -
YUV 67.12 125.68 202.1 -
System Red Green Blue C M Y K H S L
Decimal 171 15 63 0 0.91 0.63 0.33 341.54 0.84 0.36
Hex AB F 3F 0 5B 3F 21 156 54 24
Octal 253 17 77 0 133 77 41 526 124 44
Binary 10101011 1111 111111 0 1011011 111111 100001 101010110 1010100 100100

Color Harmonies of #AB0F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0F3F

Black with #AB0F3F

Text Example


Text Example

White with #AB0F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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