Html Css Color HEX #AF1142 Cardinal

📋 copy color: '#AF1142'

red 175 ◦ green 17 ◦ blue 66

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

Shades of Cardinal #AF1142

Tints of Cardinal #AF1142

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.59%

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

R = 67.83%
G = 6.59%
B = 25.58%

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

#AF1142 (or 0xAF1142) is known color: Cardinal. HEX triplet: AF, 11 and 42. RGB value is (175,17,66). Sum of RGB (Red+Green+Blue) = 175+17+66=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1142 is #50EEBD. Grayscale: #454545. Windows color (decimal): -5303998 or 4329903. OLE color: 4329903.

HSL color Cylindrical-coordinate representation of color #AF1142: hue angle of 341.39º degrees, saturation: 0.82, 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 #AF1142 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 17 66 -
CMYK 0 0.90 0.62 0.31
HSL 341.39º 0.82% 0.38% -
HSV(B) 341.39º 0.9% 0.69% -
XYZ 18.86 9.91 6.07 -
YUV 69.83 125.85 203.02 -
System Red Green Blue C M Y K H S L
Decimal 175 17 66 0 0.90 0.62 0.31 341.39 0.82 0.38
Hex AF 11 42 0 5A 3E 1F 155 52 26
Octal 257 21 102 0 132 76 37 525 122 46
Binary 10101111 10001 1000010 0 1011010 111110 11111 101010101 1010010 100110

Color Harmonies of #AF1142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1142

Black with #AF1142

Text Example


Text Example

White with #AF1142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1142; }

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

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

background-color css

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

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

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

border-color css

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

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

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