Html Css Color HEX #AF1846 Cardinal

📋 copy color: '#AF1846'

red 175 ◦ green 24 ◦ blue 70

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

Shades of Cardinal #AF1846

Tints of Cardinal #AF1846

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.92%

 BLUE value IS 70 (27.73% from 255) = 26.02%

R = 65.06%
G = 8.92%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF1846 (or 0xAF1846) is known color: Cardinal. HEX triplet: AF, 18 and 46. RGB value is (175,24,70). Sum of RGB (Red+Green+Blue) = 175+24+70=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1846 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1846 is #50E7B9. Grayscale: #4A4A4A. Windows color (decimal): -5302202 or 4593839. OLE color: 4593839.

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

Color convert

RGB 175 24 70 -
CMYK 0 0.86 0.60 0.31
HSL 341.72º 0.76% 0.39% -
HSV(B) 341.72º 0.86% 0.69% -
XYZ 19.11 10.21 6.76 -
YUV 74.39 125.53 199.76 -
System Red Green Blue C M Y K H S L
Decimal 175 24 70 0 0.86 0.60 0.31 341.72 0.76 0.39
Hex AF 18 46 0 56 3C 1F 156 4C 27
Octal 257 30 106 0 126 74 37 526 114 47
Binary 10101111 11000 1000110 0 1010110 111100 11111 101010110 1001100 100111

Color Harmonies of #AF1846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1846

Black with #AF1846

Text Example


Text Example

White with #AF1846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1846; }

 p { color: rgb(175,24,70); }

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

background-color css

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

 a { background-color: rgb(175,24,70); }

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

border-color css

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

 span { border-color: rgb(175,24,70); }

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