Html Css Color HEX #AB073C Cardinal

📋 copy color: '#AB073C'

red 171 ◦ green 7 ◦ blue 60

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

Shades of Cardinal #AB073C

Tints of Cardinal #AB073C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.94%

 BLUE value IS 60 (23.83% from 255) = 25.21%

R = 71.85%
G = 2.94%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB073C (or 0xAB073C) is known color: Cardinal. HEX triplet: AB, 07 and 3C. RGB value is (171,7,60). Sum of RGB (Red+Green+Blue) = 171+7+60=238 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.85% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 171 - color contains mainly: red. Hex color #AB073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB073C is #54F8C3. Grayscale: #3E3E3E. Windows color (decimal): -5568708 or 3934123. OLE color: 3934123.

HSL color Cylindrical-coordinate representation of color #AB073C: hue angle of 340.61º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB073C is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 7 60 -
CMYK 0 0.96 0.65 0.33
HSL 340.61º 0.92% 0.35% -
HSV(B) 340.61º 0.96% 0.67% -
XYZ 17.69 9.14 5.11 -
YUV 62.08 126.83 205.69 -
System Red Green Blue C M Y K H S L
Decimal 171 7 60 0 0.96 0.65 0.33 340.61 0.92 0.35
Hex AB 7 3C 0 60 41 21 155 5C 23
Octal 253 7 74 0 140 101 41 525 134 43
Binary 10101011 111 111100 0 1100000 1000001 100001 101010101 1011100 100011

Color Harmonies of #AB073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB073C

Black with #AB073C

Text Example


Text Example

White with #AB073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB073C; }

 p { color: rgb(171,7,60); }

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

background-color css

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

 a { background-color: rgb(171,7,60); }

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

border-color css

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

 span { border-color: rgb(171,7,60); }

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