Html Css Color HEX #AB253E Cardinal

📋 copy color: '#AB253E'

red 171 ◦ green 37 ◦ blue 62

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

Shades of Cardinal #AB253E

Tints of Cardinal #AB253E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.7%

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

R = 63.33%
G = 13.7%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB253E (or 0xAB253E) is known color: Cardinal. HEX triplet: AB, 25 and 3E. RGB value is (171,37,62). Sum of RGB (Red+Green+Blue) = 171+37+62=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB253E is #54DAC1. Grayscale: #4F4F4F. Windows color (decimal): -5561026 or 4072875. OLE color: 4072875.

HSL color Cylindrical-coordinate representation of color #AB253E: hue angle of 348.81º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB253E is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 37 62 -
CMYK 0 0.78 0.64 0.33
HSL 348.81º 0.64% 0.41% -
HSV(B) 348.81º 0.78% 0.67% -
XYZ 18.33 10.33 5.59 -
YUV 79.92 117.89 192.97 -
System Red Green Blue C M Y K H S L
Decimal 171 37 62 0 0.78 0.64 0.33 348.81 0.64 0.41
Hex AB 25 3E 0 4E 40 21 15D 40 29
Octal 253 45 76 0 116 100 41 535 100 51
Binary 10101011 100101 111110 0 1001110 1000000 100001 101011101 1000000 101001

Color Harmonies of #AB253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB253E

Black with #AB253E

Text Example


Text Example

White with #AB253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB253E; }

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

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

background-color css

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

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

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

border-color css

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

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

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