Html Css Color HEX #AF1041 Cardinal

📋 copy color: '#AF1041'

red 175 ◦ green 16 ◦ blue 65

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

Shades of Cardinal #AF1041

Tints of Cardinal #AF1041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.25%

 BLUE value IS 65 (25.78% from 255) = 25.39%

R = 68.36%
G = 6.25%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF1041 (or 0xAF1041) is known color: Cardinal. HEX triplet: AF, 10 and 41. RGB value is (175,16,65). Sum of RGB (Red+Green+Blue) = 175+16+65=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1041 is #50EFBE. Grayscale: #454545. Windows color (decimal): -5304255 or 4264111. OLE color: 4264111.

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

Color convert

RGB 175 16 65 -
CMYK 0 0.91 0.63 0.31
HSL 341.51º 0.83% 0.37% -
HSV(B) 341.51º 0.91% 0.69% -
XYZ 18.82 9.87 5.91 -
YUV 69.13 125.68 203.52 -
System Red Green Blue C M Y K H S L
Decimal 175 16 65 0 0.91 0.63 0.31 341.51 0.83 0.37
Hex AF 10 41 0 5B 3F 1F 156 53 25
Octal 257 20 101 0 133 77 37 526 123 45
Binary 10101111 10000 1000001 0 1011011 111111 11111 101010110 1010011 100101

Color Harmonies of #AF1041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1041

Black with #AF1041

Text Example


Text Example

White with #AF1041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1041; }

 p { color: rgb(175,16,65); }

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

background-color css

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

 a { background-color: rgb(175,16,65); }

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

border-color css

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

 span { border-color: rgb(175,16,65); }

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