#AF1B30

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

Shades of Cardinal #AF1B30

Tints of Cardinal #AF1B30

Color information

#AF1B30 (or 0xAF1B30) is unknown color: approx Cardinal. HEX triplet: AF, 1B and 30. RGB value is (175,27,48). Sum of RGB (Red+Green+Blue) = 175+27+48=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1B30 is #50E4CF. Grayscale: #494949. Windows color (decimal): -5301456 or 3152815. OLE color: 3152815.

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

Color convert

RGB1752748-
CMYK00.850.730.31
HSL351.49º73.27%39.61%-
HSV(B)351.49º84.57%68.63%-
XYZ18.610.113.77-
YUV73.65113.53200.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 70%
GREEN value IS 27 (10.94% from 255) = 10.8%
BLUE value IS 48 (19.14% from 255) = 19.2%
R=70%
G=10.8%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175274800.850.730.31351.4973.2739.61
HexAF1B30055491F15f4928
Octal257336001251113753711150
Binary1010111111011110000010101011001001111111010111111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1B30; }

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

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

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

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

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

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

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

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