Html Css Color HEX #AF1131 Cardinal

📋 copy color: '#AF1131'

red 175 ◦ green 17 ◦ blue 49

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

Shades of Cardinal #AF1131

Tints of Cardinal #AF1131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.33%

R = 72.61%
G = 7.05%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF1131 (or 0xAF1131) is known color: Cardinal. HEX triplet: AF, 11 and 31. RGB value is (175,17,49). Sum of RGB (Red+Green+Blue) = 175+17+49=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1131 is #50EECE. Grayscale: #434343. Windows color (decimal): -5304015 or 3215791. OLE color: 3215791.

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

Color convert

RGB 175 17 49 -
CMYK 0 0.90 0.72 0.31
HSL 347.85º 0.82% 0.38% -
HSV(B) 347.85º 0.9% 0.69% -
XYZ 18.43 9.74 3.81 -
YUV 67.89 117.35 204.4 -
System Red Green Blue C M Y K H S L
Decimal 175 17 49 0 0.90 0.72 0.31 347.85 0.82 0.38
Hex AF 11 31 0 5A 48 1F 15C 52 26
Octal 257 21 61 0 132 110 37 534 122 46
Binary 10101111 10001 110001 0 1011010 1001000 11111 101011100 1010010 100110

Color Harmonies of #AF1131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1131

Black with #AF1131

Text Example


Text Example

White with #AF1131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1131; }

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

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

background-color css

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

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

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

border-color css

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

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

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