Html Css Color HEX #AF1242 Cardinal

📋 copy color: '#AF1242'

red 175 ◦ green 18 ◦ blue 66

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

Shades of Cardinal #AF1242

Tints of Cardinal #AF1242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.95%

 BLUE value IS 66 (26.17% from 255) = 25.48%

R = 67.57%
G = 6.95%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF1242 (or 0xAF1242) is known color: Cardinal. HEX triplet: AF, 12 and 42. RGB value is (175,18,66). Sum of RGB (Red+Green+Blue) = 175+18+66=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1242 is #50EDBD. Grayscale: #464646. Windows color (decimal): -5303742 or 4330159. OLE color: 4330159.

HSL color Cylindrical-coordinate representation of color #AF1242: hue angle of 341.66º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1242 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 18 66 -
CMYK 0 0.90 0.62 0.31
HSL 341.66º 0.81% 0.38% -
HSV(B) 341.66º 0.9% 0.69% -
XYZ 18.88 9.94 6.08 -
YUV 70.42 125.51 202.6 -
System Red Green Blue C M Y K H S L
Decimal 175 18 66 0 0.90 0.62 0.31 341.66 0.81 0.38
Hex AF 12 42 0 5A 3E 1F 156 51 26
Octal 257 22 102 0 132 76 37 526 121 46
Binary 10101111 10010 1000010 0 1011010 111110 11111 101010110 1010001 100110

Color Harmonies of #AF1242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1242

Black with #AF1242

Text Example


Text Example

White with #AF1242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1242; }

 p { color: rgb(175,18,66); }

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

background-color css

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

 a { background-color: rgb(175,18,66); }

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

border-color css

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

 span { border-color: rgb(175,18,66); }

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