Html Css Color HEX #AF143D Cardinal

📋 copy color: '#AF143D'

red 175 ◦ green 20 ◦ blue 61

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

Shades of Cardinal #AF143D

Tints of Cardinal #AF143D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.83%

R = 68.36%
G = 7.81%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF143D (or 0xAF143D) is known color: Cardinal. HEX triplet: AF, 14 and 3D. RGB value is (175,20,61). Sum of RGB (Red+Green+Blue) = 175+20+61=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF143D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF143D is #50EBC2. Grayscale: #474747. Windows color (decimal): -5303235 or 4002991. OLE color: 4002991.

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

Color convert

RGB 175 20 61 -
CMYK 0 0.89 0.65 0.31
HSL 344.13º 0.79% 0.38% -
HSV(B) 344.13º 0.89% 0.69% -
XYZ 18.77 9.95 5.35 -
YUV 71.02 122.35 202.17 -
System Red Green Blue C M Y K H S L
Decimal 175 20 61 0 0.89 0.65 0.31 344.13 0.79 0.38
Hex AF 14 3D 0 59 41 1F 158 4F 26
Octal 257 24 75 0 131 101 37 530 117 46
Binary 10101111 10100 111101 0 1011001 1000001 11111 101011000 1001111 100110

Color Harmonies of #AF143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF143D

Black with #AF143D

Text Example


Text Example

White with #AF143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF143D; }

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

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

background-color css

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

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

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

border-color css

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

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

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