Html Css Color HEX #AF1331 Cardinal

📋 copy color: '#AF1331'

red 175 ◦ green 19 ◦ blue 49

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

Shades of Cardinal #AF1331

Tints of Cardinal #AF1331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.82%

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

R = 72.02%
G = 7.82%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF1331 (or 0xAF1331) is known color: Cardinal. HEX triplet: AF, 13 and 31. RGB value is (175,19,49). Sum of RGB (Red+Green+Blue) = 175+19+49=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1331 is #50ECCE. Grayscale: #454545. Windows color (decimal): -5303503 or 3216303. OLE color: 3216303.

HSL color Cylindrical-coordinate representation of color #AF1331: hue angle of 348.46º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1331 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 19 49 -
CMYK 0 0.89 0.72 0.31
HSL 348.46º 0.8% 0.38% -
HSV(B) 348.46º 0.89% 0.69% -
XYZ 18.47 9.8 3.82 -
YUV 69.06 116.68 203.56 -
System Red Green Blue C M Y K H S L
Decimal 175 19 49 0 0.89 0.72 0.31 348.46 0.8 0.38
Hex AF 13 31 0 59 48 1F 15C 50 26
Octal 257 23 61 0 131 110 37 534 120 46
Binary 10101111 10011 110001 0 1011001 1001000 11111 101011100 1010000 100110

Color Harmonies of #AF1331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1331

Black with #AF1331

Text Example


Text Example

White with #AF1331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1331; }

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

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

background-color css

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

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

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

border-color css

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

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

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