#AF232D

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

Shades of Cardinal #AF232D

Tints of Cardinal #AF232D

Color information

#AF232D (or 0xAF232D) is unknown color: approx Cardinal. HEX triplet: AF, 23 and 2D. RGB value is (175,35,45). Sum of RGB (Red+Green+Blue) = 175+35+45=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF232D is #50DCD2. Grayscale: #4E4E4E. Windows color (decimal): -5299411 or 2958255. OLE color: 2958255.

HSL color Cylindrical-coordinate representation of color #AF232D: hue angle of 355.71º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF232D is Cyan = 0, Magento = 0.8, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB1753545-
CMYK00.80.740.31
HSL355.71º66.67%41.18%-
HSV(B)355.71º80%68.63%-
XYZ18.7510.513.52-
YUV78109.38197.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 68.63%
GREEN value IS 35 (14.06% from 255) = 13.73%
BLUE value IS 45 (17.97% from 255) = 17.65%
R=68.63%
G=13.73%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175354500.80.740.31355.7166.6741.18
HexAF232D0504A1F1644329
Octal257435501201123754410351
Binary10101111100011101101010100001001010111111011001001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF232D; }

 p { color: rgb(175,35,45); }

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

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

 a { background-color: rgb(175,35,45); }

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

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

 span { border-color: rgb(175,35,45); }

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