Html Css Color HEX #AF1643 Cardinal

📋 copy color: '#AF1643'

red 175 ◦ green 22 ◦ blue 67

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

Shades of Cardinal #AF1643

Tints of Cardinal #AF1643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.38%

R = 66.29%
G = 8.33%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF1643 (or 0xAF1643) is known color: Cardinal. HEX triplet: AF, 16 and 43. RGB value is (175,22,67). Sum of RGB (Red+Green+Blue) = 175+22+67=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1643 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1643 is #50E9BC. Grayscale: #484848. Windows color (decimal): -5302717 or 4396719. OLE color: 4396719.

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

Color convert

RGB 175 22 67 -
CMYK 0 0.87 0.62 0.31
HSL 342.35º 0.78% 0.39% -
HSV(B) 342.35º 0.87% 0.69% -
XYZ 18.98 10.09 6.26 -
YUV 72.88 124.69 200.84 -
System Red Green Blue C M Y K H S L
Decimal 175 22 67 0 0.87 0.62 0.31 342.35 0.78 0.39
Hex AF 16 43 0 57 3E 1F 156 4E 27
Octal 257 26 103 0 127 76 37 526 116 47
Binary 10101111 10110 1000011 0 1010111 111110 11111 101010110 1001110 100111

Color Harmonies of #AF1643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1643

Black with #AF1643

Text Example


Text Example

White with #AF1643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1643; }

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

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

background-color css

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

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

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

border-color css

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

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

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