Html Css Color HEX #AF1840 Cardinal

📋 copy color: '#AF1840'

red 175 ◦ green 24 ◦ blue 64

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

Shades of Cardinal #AF1840

Tints of Cardinal #AF1840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.33%

R = 66.54%
G = 9.13%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF1840 (or 0xAF1840) is known color: Cardinal. HEX triplet: AF, 18 and 40. RGB value is (175,24,64). Sum of RGB (Red+Green+Blue) = 175+24+64=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1840 is #50E7BF. Grayscale: #494949. Windows color (decimal): -5302208 or 4200623. OLE color: 4200623.

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

Color convert

RGB 175 24 64 -
CMYK 0 0.86 0.63 0.31
HSL 344.11º 0.76% 0.39% -
HSV(B) 344.11º 0.86% 0.69% -
XYZ 18.93 10.14 5.81 -
YUV 73.71 122.53 200.25 -
System Red Green Blue C M Y K H S L
Decimal 175 24 64 0 0.86 0.63 0.31 344.11 0.76 0.39
Hex AF 18 40 0 56 3F 1F 158 4C 27
Octal 257 30 100 0 126 77 37 530 114 47
Binary 10101111 11000 1000000 0 1010110 111111 11111 101011000 1001100 100111

Color Harmonies of #AF1840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1840

Black with #AF1840

Text Example


Text Example

White with #AF1840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1840; }

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

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

background-color css

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

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

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

border-color css

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

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

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