Html Css Color HEX #AF0640 Cardinal

📋 copy color: '#AF0640'

red 175 ◦ green 6 ◦ blue 64

#AF0640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #AF0640

Tints of Cardinal #AF0640

RGB

 RED value IS 175 (68.75% from 255) = 71.43%

 GREEN value IS 6 (2.73% from 255) = 2.45%

 BLUE value IS 64 (25.39% from 255) = 26.12%

R = 71.43%
G = 2.45%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF0640 (or 0xAF0640) is known color: Cardinal. HEX triplet: AF, 06 and 40. RGB value is (175,6,64). Sum of RGB (Red+Green+Blue) = 175+6+64=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0640 is #50F9BF. Grayscale: #3F3F3F. Windows color (decimal): -5306816 or 4196015. OLE color: 4196015.

HSL color Cylindrical-coordinate representation of color #AF0640: hue angle of 339.41º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0640 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 6 64 -
CMYK 0 0.97 0.63 0.31
HSL 339.41º 0.93% 0.35% -
HSV(B) 339.41º 0.97% 0.69% -
XYZ 18.67 9.61 5.72 -
YUV 63.14 128.49 207.78 -
System Red Green Blue C M Y K H S L
Decimal 175 6 64 0 0.97 0.63 0.31 339.41 0.93 0.35
Hex AF 6 40 0 61 3F 1F 153 5D 23
Octal 257 6 100 0 141 77 37 523 135 43
Binary 10101111 110 1000000 0 1100001 111111 11111 101010011 1011101 100011

Color Harmonies of #AF0640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0640

Black with #AF0640

Text Example


Text Example

White with #AF0640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0640; }

 p { color: rgb(175,6,64); }

 H1.HeaderClassName
 {
   color: #AF0640;
 }
 .AnyTagClassName
 {
   color: #AF0640;
 }
</style>

background-color css

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

 a { background-color: rgb(175,6,64); }

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

border-color css

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

 span { border-color: rgb(175,6,64); }

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