#AF0B30

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

Shades of Cardinal #AF0B30

Tints of Cardinal #AF0B30

Color information

#AF0B30 (or 0xAF0B30) is unknown color: approx Cardinal. HEX triplet: AF, 0B and 30. RGB value is (175,11,48). Sum of RGB (Red+Green+Blue) = 175+11+48=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0B30 is #50F4CF. Grayscale: #404040. Windows color (decimal): -5305552 or 3148719. OLE color: 3148719.

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

Color convert

RGB1751148-
CMYK00.940.730.31
HSL346.46º88.17%36.47%-
HSV(B)346.46º93.71%68.63%-
XYZ18.339.573.68-
YUV64.25118.83206.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 74.79%
GREEN value IS 11 (4.69% from 255) = 4.70%
BLUE value IS 48 (19.14% from 255) = 20.51%
R=74.79%
G=4.70%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175114800.940.730.31346.4688.1736.47
HexAFB3005E491F15a5824
Octal257136001361113753213044
Binary101011111011110000010111101001001111111010110101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0B30; }

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

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

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

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

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

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

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

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