Html Css Color HEX #AB243B Cardinal

📋 copy color: '#AB243B'

red 171 ◦ green 36 ◦ blue 59

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

Shades of Cardinal #AB243B

Tints of Cardinal #AB243B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.53%

 BLUE value IS 59 (23.44% from 255) = 22.18%

R = 64.29%
G = 13.53%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB243B (or 0xAB243B) is known color: Cardinal. HEX triplet: AB, 24 and 3B. RGB value is (171,36,59). Sum of RGB (Red+Green+Blue) = 171+36+59=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB243B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB243B is #54DBC4. Grayscale: #4F4F4F. Windows color (decimal): -5561285 or 3876011. OLE color: 3876011.

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

Color convert

RGB 171 36 59 -
CMYK 0 0.79 0.65 0.33
HSL 349.78º 0.65% 0.41% -
HSV(B) 349.78º 0.79% 0.67% -
XYZ 18.21 10.24 5.15 -
YUV 78.99 116.73 193.63 -
System Red Green Blue C M Y K H S L
Decimal 171 36 59 0 0.79 0.65 0.33 349.78 0.65 0.41
Hex AB 24 3B 0 4F 41 21 15E 41 29
Octal 253 44 73 0 117 101 41 536 101 51
Binary 10101011 100100 111011 0 1001111 1000001 100001 101011110 1000001 101001

Color Harmonies of #AB243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB243B

Black with #AB243B

Text Example


Text Example

White with #AB243B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB243B; }

 p { color: rgb(171,36,59); }

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

background-color css

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

 a { background-color: rgb(171,36,59); }

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

border-color css

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

 span { border-color: rgb(171,36,59); }

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