Html Css Color HEX #AF1548 Cardinal

📋 copy color: '#AF1548'

red 175 ◦ green 21 ◦ blue 72

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

Shades of Cardinal #AF1548

Tints of Cardinal #AF1548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.87%

R = 65.3%
G = 7.84%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF1548 (or 0xAF1548) is known color: Cardinal. HEX triplet: AF, 15 and 48. RGB value is (175,21,72). Sum of RGB (Red+Green+Blue) = 175+21+72=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1548 is #50EAB7. Grayscale: #484848. Windows color (decimal): -5302968 or 4724143. OLE color: 4724143.

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

Color convert

RGB 175 21 72 -
CMYK 0 0.88 0.59 0.31
HSL 340.13º 0.79% 0.38% -
HSV(B) 340.13º 0.88% 0.69% -
XYZ 19.12 10.12 7.08 -
YUV 72.86 127.52 200.85 -
System Red Green Blue C M Y K H S L
Decimal 175 21 72 0 0.88 0.59 0.31 340.13 0.79 0.38
Hex AF 15 48 0 58 3B 1F 154 4F 26
Octal 257 25 110 0 130 73 37 524 117 46
Binary 10101111 10101 1001000 0 1011000 111011 11111 101010100 1001111 100110

Color Harmonies of #AF1548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1548

Black with #AF1548

Text Example


Text Example

White with #AF1548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1548; }

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

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

background-color css

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

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

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

border-color css

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

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

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