Html Css Color HEX #AF1137 Cardinal

📋 copy color: '#AF1137'

red 175 ◦ green 17 ◦ blue 55

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

Shades of Cardinal #AF1137

Tints of Cardinal #AF1137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.27%

R = 70.85%
G = 6.88%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF1137 (or 0xAF1137) is known color: Cardinal. HEX triplet: AF, 11 and 37. RGB value is (175,17,55). Sum of RGB (Red+Green+Blue) = 175+17+55=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1137 is #50EEC8. Grayscale: #444444. Windows color (decimal): -5304009 or 3609007. OLE color: 3609007.

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

Color convert

RGB 175 17 55 -
CMYK 0 0.90 0.69 0.31
HSL 345.57º 0.82% 0.38% -
HSV(B) 345.57º 0.9% 0.69% -
XYZ 18.57 9.79 4.53 -
YUV 68.57 120.35 203.91 -
System Red Green Blue C M Y K H S L
Decimal 175 17 55 0 0.90 0.69 0.31 345.57 0.82 0.38
Hex AF 11 37 0 5A 45 1F 15A 52 26
Octal 257 21 67 0 132 105 37 532 122 46
Binary 10101111 10001 110111 0 1011010 1000101 11111 101011010 1010010 100110

Color Harmonies of #AF1137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1137

Black with #AF1137

Text Example


Text Example

White with #AF1137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1137; }

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

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

background-color css

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

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

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

border-color css

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

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

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