Html Css Color HEX #AB263B Cardinal

📋 copy color: '#AB263B'

red 171 ◦ green 38 ◦ blue 59

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

Shades of Cardinal #AB263B

Tints of Cardinal #AB263B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.18%

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

R = 63.81%
G = 14.18%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB263B (or 0xAB263B) is known color: Cardinal. HEX triplet: AB, 26 and 3B. RGB value is (171,38,59). Sum of RGB (Red+Green+Blue) = 171+38+59=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB263B is #54D9C4. Grayscale: #505050. Windows color (decimal): -5560773 or 3876523. OLE color: 3876523.

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

Color convert

RGB 171 38 59 -
CMYK 0 0.78 0.65 0.33
HSL 350.53º 0.64% 0.41% -
HSV(B) 350.53º 0.78% 0.67% -
XYZ 18.28 10.36 5.17 -
YUV 80.16 116.06 192.79 -
System Red Green Blue C M Y K H S L
Decimal 171 38 59 0 0.78 0.65 0.33 350.53 0.64 0.41
Hex AB 26 3B 0 4E 41 21 15F 40 29
Octal 253 46 73 0 116 101 41 537 100 51
Binary 10101011 100110 111011 0 1001110 1000001 100001 101011111 1000000 101001

Color Harmonies of #AB263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB263B

Black with #AB263B

Text Example


Text Example

White with #AB263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB263B; }

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

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

background-color css

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

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

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

border-color css

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

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

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