#AF1B3A

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

Shades of Cardinal #AF1B3A

Tints of Cardinal #AF1B3A

Color information

#AF1B3A (or 0xAF1B3A) is unknown color: approx Cardinal. HEX triplet: AF, 1B and 3A. RGB value is (175,27,58). Sum of RGB (Red+Green+Blue) = 175+27+58=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1B3A is #50E4C5. Grayscale: #4A4A4A. Windows color (decimal): -5301446 or 3808175. OLE color: 3808175.

HSL color Cylindrical-coordinate representation of color #AF1B3A: hue angle of 347.43º 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 #AF1B3A is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB1752758-
CMYK00.850.670.31
HSL347.43º73.27%39.61%-
HSV(B)347.43º84.57%68.63%-
XYZ18.8310.24.98-
YUV74.79118.53199.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 67.31%
GREEN value IS 27 (10.94% from 255) = 10.38%
BLUE value IS 58 (23.05% from 255) = 22.31%
R=67.31%
G=10.38%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175275800.850.670.31347.4373.2739.61
HexAF1B3A055431F15b4928
Octal257337201251033753311150
Binary1010111111011111010010101011000011111111010110111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1B3A; }

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

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

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

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

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

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

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

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