Html Css Color HEX #AB273D Cardinal

📋 copy color: '#AB273D'

red 171 ◦ green 39 ◦ blue 61

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

Shades of Cardinal #AB273D

Tints of Cardinal #AB273D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.39%

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

R = 63.1%
G = 14.39%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB273D (or 0xAB273D) is known color: Cardinal. HEX triplet: AB, 27 and 3D. RGB value is (171,39,61). Sum of RGB (Red+Green+Blue) = 171+39+61=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB273D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB273D is #54D8C2. Grayscale: #515151. Windows color (decimal): -5560515 or 4007851. OLE color: 4007851.

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

Color convert

RGB 171 39 61 -
CMYK 0 0.77 0.64 0.33
HSL 350º 0.63% 0.41% -
HSV(B) 350º 0.77% 0.67% -
XYZ 18.36 10.45 5.46 -
YUV 80.98 116.73 192.21 -
System Red Green Blue C M Y K H S L
Decimal 171 39 61 0 0.77 0.64 0.33 350 0.63 0.41
Hex AB 27 3D 0 4D 40 21 15E 3F 29
Octal 253 47 75 0 115 100 41 536 77 51
Binary 10101011 100111 111101 0 1001101 1000000 100001 101011110 111111 101001

Color Harmonies of #AB273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB273D

Black with #AB273D

Text Example


Text Example

White with #AB273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB273D; }

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

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

background-color css

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

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

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

border-color css

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

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

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