Html Css Color HEX #AF1128 Cardinal

📋 copy color: '#AF1128'

red 175 ◦ green 17 ◦ blue 40

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

Shades of Cardinal #AF1128

Tints of Cardinal #AF1128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.24%

R = 75.43%
G = 7.33%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF1128 (or 0xAF1128) is known color: Cardinal. HEX triplet: AF, 11 and 28. RGB value is (175,17,40). Sum of RGB (Red+Green+Blue) = 175+17+40=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1128 is #50EED7. Grayscale: #424242. Windows color (decimal): -5304024 or 2625967. OLE color: 2625967.

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

Color convert

RGB 175 17 40 -
CMYK 0 0.90 0.77 0.31
HSL 351.27º 0.82% 0.38% -
HSV(B) 351.27º 0.9% 0.69% -
XYZ 18.26 9.67 2.91 -
YUV 66.86 112.85 205.13 -
System Red Green Blue C M Y K H S L
Decimal 175 17 40 0 0.90 0.77 0.31 351.27 0.82 0.38
Hex AF 11 28 0 5A 4D 1F 15F 52 26
Octal 257 21 50 0 132 115 37 537 122 46
Binary 10101111 10001 101000 0 1011010 1001101 11111 101011111 1010010 100110

Color Harmonies of #AF1128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1128

Black with #AF1128

Text Example


Text Example

White with #AF1128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1128; }

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

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

background-color css

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

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

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

border-color css

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

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

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