#af1b34

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

Shades of Cardinal #AF1B34

Tints of Cardinal #AF1B34

Color information

#AF1B34 (or 0xAF1B34) is unknown color: approx Cardinal. HEX triplet: AF, 1B and 34. RGB value is (175,27,52). Sum of RGB (Red+Green+Blue) = 175+27+52=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1B34 is #50E4CB. Grayscale: #4A4A4A. Windows color (decimal): -5301452 or 3414959. OLE color: 3414959.

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

Color convert

RGB1752752-
CMYK00.850.700.31
HSL349.86º73.27%39.61%-
HSV(B)349.86º84.57%68.63%-
XYZ18.6910.154.22-
YUV74.1115.53199.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 68.90%
GREEN value IS 27 (10.94% from 255) = 10.63%
BLUE value IS 52 (20.70% from 255) = 20.47%
R=68.90%
G=10.63%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175275200.850.700.31349.8673.2739.61
HexAF1B34055461F15e4928
Octal257336401251063753611150
Binary1010111111011110100010101011000110111111010111101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af1b34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af1b34; }

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

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

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

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

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

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

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

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