#af1b28

Color #AF1B28 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #AF1B28

Tints of Cardinal #AF1B28

Color information

#AF1B28 (or 0xAF1B28) is unknown color: approx Cardinal. HEX triplet: AF, 1B and 28. RGB value is (175,27,40). Sum of RGB (Red+Green+Blue) = 175+27+40=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1B28 is #50E4D7. Grayscale: #484848. Windows color (decimal): -5301464 or 2628527. OLE color: 2628527.

HSL color Cylindrical-coordinate representation of color #AF1B28: hue angle of 354.73º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1B28 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB1752740-
CMYK00.850.770.31
HSL354.73º73.27%39.61%-
HSV(B)354.73º84.57%68.63%-
XYZ18.4510.052.97-
YUV72.73109.53200.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 72.31%
GREEN value IS 27 (10.94% from 255) = 11.16%
BLUE value IS 40 (16.02% from 255) = 16.53%
R=72.31%
G=11.16%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175274000.850.770.31354.7373.2739.61
HexAF1B280554D1F1634928
Octal257335001251153754311150
Binary1010111111011101000010101011001101111111011000111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af1b28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af1b28; }

 p { color: rgb(175,27,40); }

 H1.HeaderClassName
 {
   color: #af1b28;
 }
 .AnyTagClassName
 {
   color: #af1b28;
 }
</style>
background-color css

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

 a { background-color: rgb(175,27,40); }

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

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

 span { border-color: rgb(175,27,40); }

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