Html Css Color HEX #AF1842 Cardinal

📋 copy color: '#AF1842'

red 175 ◦ green 24 ◦ blue 66

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

Shades of Cardinal #AF1842

Tints of Cardinal #AF1842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.91%

R = 66.04%
G = 9.06%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF1842 (or 0xAF1842) is known color: Cardinal. HEX triplet: AF, 18 and 42. RGB value is (175,24,66). Sum of RGB (Red+Green+Blue) = 175+24+66=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1842 is #50E7BD. Grayscale: #494949. Windows color (decimal): -5302206 or 4331695. OLE color: 4331695.

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

Color convert

RGB 175 24 66 -
CMYK 0 0.86 0.62 0.31
HSL 343.31º 0.76% 0.39% -
HSV(B) 343.31º 0.86% 0.69% -
XYZ 18.99 10.16 6.11 -
YUV 73.94 123.53 200.08 -
System Red Green Blue C M Y K H S L
Decimal 175 24 66 0 0.86 0.62 0.31 343.31 0.76 0.39
Hex AF 18 42 0 56 3E 1F 157 4C 27
Octal 257 30 102 0 126 76 37 527 114 47
Binary 10101111 11000 1000010 0 1010110 111110 11111 101010111 1001100 100111

Color Harmonies of #AF1842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1842

Black with #AF1842

Text Example


Text Example

White with #AF1842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1842; }

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

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

background-color css

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

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

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

border-color css

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

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

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