Html Css Color HEX #AF1636 Cardinal

📋 copy color: '#AF1636'

red 175 ◦ green 22 ◦ blue 54

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

Shades of Cardinal #AF1636

Tints of Cardinal #AF1636

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.76%

 BLUE value IS 54 (21.48% from 255) = 21.51%

R = 69.72%
G = 8.76%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF1636 (or 0xAF1636) is known color: Cardinal. HEX triplet: AF, 16 and 36. RGB value is (175,22,54). Sum of RGB (Red+Green+Blue) = 175+22+54=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1636 is #50E9C9. Grayscale: #474747. Windows color (decimal): -5302730 or 3544751. OLE color: 3544751.

HSL color Cylindrical-coordinate representation of color #AF1636: hue angle of 347.45º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1636 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 22 54 -
CMYK 0 0.87 0.69 0.31
HSL 347.45º 0.78% 0.39% -
HSV(B) 347.45º 0.87% 0.69% -
XYZ 18.63 9.95 4.43 -
YUV 71.4 118.19 201.9 -
System Red Green Blue C M Y K H S L
Decimal 175 22 54 0 0.87 0.69 0.31 347.45 0.78 0.39
Hex AF 16 36 0 57 45 1F 15B 4E 27
Octal 257 26 66 0 127 105 37 533 116 47
Binary 10101111 10110 110110 0 1010111 1000101 11111 101011011 1001110 100111

Color Harmonies of #AF1636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1636

Black with #AF1636

Text Example


Text Example

White with #AF1636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1636; }

 p { color: rgb(175,22,54); }

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

background-color css

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

 a { background-color: rgb(175,22,54); }

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

border-color css

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

 span { border-color: rgb(175,22,54); }

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