Html Css Color HEX #AF142D Cardinal

📋 copy color: '#AF142D'

red 175 ◦ green 20 ◦ blue 45

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

Shades of Cardinal #AF142D

Tints of Cardinal #AF142D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.75%

R = 72.92%
G = 8.33%
B = 18.75%

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

#AF142D (or 0xAF142D) is known color: Cardinal. HEX triplet: AF, 14 and 2D. RGB value is (175,20,45). Sum of RGB (Red+Green+Blue) = 175+20+45=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF142D is #50EBD2. Grayscale: #454545. Windows color (decimal): -5303251 or 2954415. OLE color: 2954415.

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

Color convert

RGB 175 20 45 -
CMYK 0 0.89 0.74 0.31
HSL 350.32º 0.79% 0.38% -
HSV(B) 350.32º 0.89% 0.69% -
XYZ 18.4 9.8 3.4 -
YUV 69.2 114.35 203.47 -
System Red Green Blue C M Y K H S L
Decimal 175 20 45 0 0.89 0.74 0.31 350.32 0.79 0.38
Hex AF 14 2D 0 59 4A 1F 15E 4F 26
Octal 257 24 55 0 131 112 37 536 117 46
Binary 10101111 10100 101101 0 1011001 1001010 11111 101011110 1001111 100110

Color Harmonies of #AF142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF142D

Black with #AF142D

Text Example


Text Example

White with #AF142D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF142D; }

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

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

background-color css

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

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

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

border-color css

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

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

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