Html Css Color HEX #AB243D Cardinal

📋 copy color: '#AB243D'

red 171 ◦ green 36 ◦ blue 61

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

Shades of Cardinal #AB243D

Tints of Cardinal #AB243D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.76%

R = 63.81%
G = 13.43%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB243D (or 0xAB243D) is known color: Cardinal. HEX triplet: AB, 24 and 3D. RGB value is (171,36,61). Sum of RGB (Red+Green+Blue) = 171+36+61=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB243D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB243D is #54DBC2. Grayscale: #4F4F4F. Windows color (decimal): -5561283 or 4007083. OLE color: 4007083.

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

Color convert

RGB 171 36 61 -
CMYK 0 0.79 0.64 0.33
HSL 348.89º 0.65% 0.41% -
HSV(B) 348.89º 0.79% 0.67% -
XYZ 18.27 10.26 5.43 -
YUV 79.22 117.73 193.47 -
System Red Green Blue C M Y K H S L
Decimal 171 36 61 0 0.79 0.64 0.33 348.89 0.65 0.41
Hex AB 24 3D 0 4F 40 21 15D 41 29
Octal 253 44 75 0 117 100 41 535 101 51
Binary 10101011 100100 111101 0 1001111 1000000 100001 101011101 1000001 101001

Color Harmonies of #AB243D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB243D

Black with #AB243D

Text Example


Text Example

White with #AB243D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB243D; }

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

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

background-color css

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

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

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

border-color css

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

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

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