Html Css Color HEX #AF142B Cardinal

📋 copy color: '#AF142B'

red 175 ◦ green 20 ◦ blue 43

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

Shades of Cardinal #AF142B

Tints of Cardinal #AF142B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.07%

R = 73.53%
G = 8.4%
B = 18.07%

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

#AF142B (or 0xAF142B) is known color: Cardinal. HEX triplet: AF, 14 and 2B. RGB value is (175,20,43). Sum of RGB (Red+Green+Blue) = 175+20+43=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF142B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF142B is #50EBD4. Grayscale: #454545. Windows color (decimal): -5303253 or 2823343. OLE color: 2823343.

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

Color convert

RGB 175 20 43 -
CMYK 0 0.89 0.75 0.31
HSL 351.1º 0.79% 0.38% -
HSV(B) 351.1º 0.89% 0.69% -
XYZ 18.37 9.79 3.21 -
YUV 68.97 113.35 203.63 -
System Red Green Blue C M Y K H S L
Decimal 175 20 43 0 0.89 0.75 0.31 351.1 0.79 0.38
Hex AF 14 2B 0 59 4B 1F 15F 4F 26
Octal 257 24 53 0 131 113 37 537 117 46
Binary 10101111 10100 101011 0 1011001 1001011 11111 101011111 1001111 100110

Color Harmonies of #AF142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF142B

Black with #AF142B

Text Example


Text Example

White with #AF142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF142B; }

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

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

background-color css

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

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

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

border-color css

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

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

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