Html Css Color HEX #AF142C Cardinal

📋 copy color: '#AF142C'

red 175 ◦ green 20 ◦ blue 44

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

Shades of Cardinal #AF142C

Tints of Cardinal #AF142C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.37%

 BLUE value IS 44 (17.58% from 255) = 18.41%

R = 73.22%
G = 8.37%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF142C (or 0xAF142C) is known color: Cardinal. HEX triplet: AF, 14 and 2C. RGB value is (175,20,44). Sum of RGB (Red+Green+Blue) = 175+20+44=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF142C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF142C is #50EBD3. Grayscale: #454545. Windows color (decimal): -5303252 or 2888879. OLE color: 2888879.

HSL color Cylindrical-coordinate representation of color #AF142C: hue angle of 350.71º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF142C is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 20 44 -
CMYK 0 0.89 0.75 0.31
HSL 350.71º 0.79% 0.38% -
HSV(B) 350.71º 0.89% 0.69% -
XYZ 18.38 9.8 3.3 -
YUV 69.08 113.85 203.55 -
System Red Green Blue C M Y K H S L
Decimal 175 20 44 0 0.89 0.75 0.31 350.71 0.79 0.38
Hex AF 14 2C 0 59 4B 1F 15F 4F 26
Octal 257 24 54 0 131 113 37 537 117 46
Binary 10101111 10100 101100 0 1011001 1001011 11111 101011111 1001111 100110

Color Harmonies of #AF142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF142C

Black with #AF142C

Text Example


Text Example

White with #AF142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF142C; }

 p { color: rgb(175,20,44); }

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

background-color css

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

 a { background-color: rgb(175,20,44); }

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

border-color css

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

 span { border-color: rgb(175,20,44); }

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