Html Css Color HEX #AF142A Cardinal

📋 copy color: '#AF142A'

red 175 ◦ green 20 ◦ blue 42

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

Shades of Cardinal #AF142A

Tints of Cardinal #AF142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.72%

R = 73.84%
G = 8.44%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF142A (or 0xAF142A) is known color: Cardinal. HEX triplet: AF, 14 and 2A. RGB value is (175,20,42). Sum of RGB (Red+Green+Blue) = 175+20+42=237 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.84% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 175 - color contains mainly: red. Hex color #AF142A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF142A is #50EBD5. Grayscale: #444444. Windows color (decimal): -5303254 or 2757807. OLE color: 2757807.

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

Color convert

RGB 175 20 42 -
CMYK 0 0.89 0.76 0.31
HSL 351.48º 0.79% 0.38% -
HSV(B) 351.48º 0.89% 0.69% -
XYZ 18.35 9.78 3.11 -
YUV 68.85 112.85 203.71 -
System Red Green Blue C M Y K H S L
Decimal 175 20 42 0 0.89 0.76 0.31 351.48 0.79 0.38
Hex AF 14 2A 0 59 4C 1F 15F 4F 26
Octal 257 24 52 0 131 114 37 537 117 46
Binary 10101111 10100 101010 0 1011001 1001100 11111 101011111 1001111 100110

Color Harmonies of #AF142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF142A

Black with #AF142A

Text Example


Text Example

White with #AF142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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