Html Css Color HEX #AB233F Cardinal

📋 copy color: '#AB233F'

red 171 ◦ green 35 ◦ blue 63

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

Shades of Cardinal #AB233F

Tints of Cardinal #AB233F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.01%

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

R = 63.57%
G = 13.01%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB233F (or 0xAB233F) is known color: Cardinal. HEX triplet: AB, 23 and 3F. RGB value is (171,35,63). Sum of RGB (Red+Green+Blue) = 171+35+63=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB233F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB233F is #54DCC0. Grayscale: #4E4E4E. Windows color (decimal): -5561537 or 4137899. OLE color: 4137899.

HSL color Cylindrical-coordinate representation of color #AB233F: hue angle of 347.65º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB233F is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 35 63 -
CMYK 0 0.80 0.63 0.33
HSL 347.65º 0.66% 0.4% -
HSV(B) 347.65º 0.8% 0.67% -
XYZ 18.29 10.22 5.71 -
YUV 78.86 119.06 193.72 -
System Red Green Blue C M Y K H S L
Decimal 171 35 63 0 0.80 0.63 0.33 347.65 0.66 0.4
Hex AB 23 3F 0 50 3F 21 15C 42 28
Octal 253 43 77 0 120 77 41 534 102 50
Binary 10101011 100011 111111 0 1010000 111111 100001 101011100 1000010 101000

Color Harmonies of #AB233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB233F

Black with #AB233F

Text Example


Text Example

White with #AB233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB233F; }

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

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

background-color css

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

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

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

border-color css

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

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

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