Html Css Color HEX #AF1845 Cardinal

📋 copy color: '#AF1845'

red 175 ◦ green 24 ◦ blue 69

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

Shades of Cardinal #AF1845

Tints of Cardinal #AF1845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.75%

R = 65.3%
G = 8.96%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF1845 (or 0xAF1845) is known color: Cardinal. HEX triplet: AF, 18 and 45. RGB value is (175,24,69). Sum of RGB (Red+Green+Blue) = 175+24+69=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1845 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1845 is #50E7BA. Grayscale: #4A4A4A. Windows color (decimal): -5302203 or 4528303. OLE color: 4528303.

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

Color convert

RGB 175 24 69 -
CMYK 0 0.86 0.61 0.31
HSL 342.12º 0.76% 0.39% -
HSV(B) 342.12º 0.86% 0.69% -
XYZ 19.08 10.2 6.59 -
YUV 74.28 125.03 199.84 -
System Red Green Blue C M Y K H S L
Decimal 175 24 69 0 0.86 0.61 0.31 342.12 0.76 0.39
Hex AF 18 45 0 56 3D 1F 156 4C 27
Octal 257 30 105 0 126 75 37 526 114 47
Binary 10101111 11000 1000101 0 1010110 111101 11111 101010110 1001100 100111

Color Harmonies of #AF1845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1845

Black with #AF1845

Text Example


Text Example

White with #AF1845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1845; }

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

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

background-color css

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

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

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

border-color css

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

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

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