#AF182B

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

Shades of Cardinal #AF182B

Tints of Cardinal #AF182B

Color information

#AF182B (or 0xAF182B) is unknown color: approx Cardinal. HEX triplet: AF, 18 and 2B. RGB value is (175,24,43). Sum of RGB (Red+Green+Blue) = 175+24+43=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF182B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF182B is #50E7D4. Grayscale: #474747. Windows color (decimal): -5302229 or 2824367. OLE color: 2824367.

HSL color Cylindrical-coordinate representation of color #AF182B: hue angle of 352.45º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF182B is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB1752443-
CMYK00.860.750.31
HSL352.45º75.88%39.02%-
HSV(B)352.45º86.29%68.63%-
XYZ18.449.943.23-
YUV71.32112.03201.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 72.31%
GREEN value IS 24 (9.77% from 255) = 9.92%
BLUE value IS 43 (17.19% from 255) = 17.77%
R=72.31%
G=9.92%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175244300.860.750.31352.4575.8839.02
HexAF182B0564B1F1604c27
Octal257305301261133754011447
Binary1010111111000101011010101101001011111111011000001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF182B; }

 p { color: rgb(175,24,43); }

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

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

 a { background-color: rgb(175,24,43); }

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

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

 span { border-color: rgb(175,24,43); }

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