Html Css Color HEX #AB0935 Cardinal

📋 copy color: '#AB0935'

red 171 ◦ green 9 ◦ blue 53

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

Shades of Cardinal #AB0935

Tints of Cardinal #AB0935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.75%

R = 73.39%
G = 3.86%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AB0935 (or 0xAB0935) is known color: Cardinal. HEX triplet: AB, 09 and 35. RGB value is (171,9,53). Sum of RGB (Red+Green+Blue) = 171+9+53=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0935 is #54F6CA. Grayscale: #3E3E3E. Windows color (decimal): -5568203 or 3475883. OLE color: 3475883.

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

Color convert

RGB 171 9 53 -
CMYK 0 0.95 0.69 0.33
HSL 343.7º 0.9% 0.35% -
HSV(B) 343.7º 0.95% 0.67% -
XYZ 17.53 9.11 4.2 -
YUV 62.45 122.67 205.42 -
System Red Green Blue C M Y K H S L
Decimal 171 9 53 0 0.95 0.69 0.33 343.7 0.9 0.35
Hex AB 9 35 0 5F 45 21 158 5A 23
Octal 253 11 65 0 137 105 41 530 132 43
Binary 10101011 1001 110101 0 1011111 1000101 100001 101011000 1011010 100011

Color Harmonies of #AB0935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0935

Black with #AB0935

Text Example


Text Example

White with #AB0935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0935; }

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

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

background-color css

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

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

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

border-color css

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

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

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