Html Css Color HEX #AF142E Cardinal

📋 copy color: '#AF142E'

red 175 ◦ green 20 ◦ blue 46

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

Shades of Cardinal #AF142E

Tints of Cardinal #AF142E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.09%

R = 72.61%
G = 8.3%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF142E (or 0xAF142E) is known color: Cardinal. HEX triplet: AF, 14 and 2E. RGB value is (175,20,46). Sum of RGB (Red+Green+Blue) = 175+20+46=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF142E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF142E is #50EBD1. Grayscale: #454545. Windows color (decimal): -5303250 or 3019951. OLE color: 3019951.

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

Color convert

RGB 175 20 46 -
CMYK 0 0.89 0.74 0.31
HSL 349.94º 0.79% 0.38% -
HSV(B) 349.94º 0.89% 0.69% -
XYZ 18.42 9.81 3.51 -
YUV 69.31 114.85 203.39 -
System Red Green Blue C M Y K H S L
Decimal 175 20 46 0 0.89 0.74 0.31 349.94 0.79 0.38
Hex AF 14 2E 0 59 4A 1F 15E 4F 26
Octal 257 24 56 0 131 112 37 536 117 46
Binary 10101111 10100 101110 0 1011001 1001010 11111 101011110 1001111 100110

Color Harmonies of #AF142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF142E

Black with #AF142E

Text Example


Text Example

White with #AF142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF142E; }

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

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

background-color css

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

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

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

border-color css

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

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

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