Html Css Color HEX #AF1546 Cardinal

📋 copy color: '#AF1546'

red 175 ◦ green 21 ◦ blue 70

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

Shades of Cardinal #AF1546

Tints of Cardinal #AF1546

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.89%

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

R = 65.79%
G = 7.89%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF1546 (or 0xAF1546) is known color: Cardinal. HEX triplet: AF, 15 and 46. RGB value is (175,21,70). Sum of RGB (Red+Green+Blue) = 175+21+70=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1546 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1546 is #50EAB9. Grayscale: #484848. Windows color (decimal): -5302970 or 4593071. OLE color: 4593071.

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

Color convert

RGB 175 21 70 -
CMYK 0 0.88 0.60 0.31
HSL 340.91º 0.79% 0.38% -
HSV(B) 340.91º 0.88% 0.69% -
XYZ 19.05 10.09 6.74 -
YUV 72.63 126.52 201.02 -
System Red Green Blue C M Y K H S L
Decimal 175 21 70 0 0.88 0.60 0.31 340.91 0.79 0.38
Hex AF 15 46 0 58 3C 1F 155 4F 26
Octal 257 25 106 0 130 74 37 525 117 46
Binary 10101111 10101 1000110 0 1011000 111100 11111 101010101 1001111 100110

Color Harmonies of #AF1546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1546

Black with #AF1546

Text Example


Text Example

White with #AF1546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1546; }

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

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

background-color css

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

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

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

border-color css

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

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

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