Html Css Color HEX #AF182F Cardinal

📋 copy color: '#AF182F'

red 175 ◦ green 24 ◦ blue 47

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

Shades of Cardinal #AF182F

Tints of Cardinal #AF182F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.76%

 BLUE value IS 47 (18.75% from 255) = 19.11%

R = 71.14%
G = 9.76%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF182F (or 0xAF182F) is known color: Cardinal. HEX triplet: AF, 18 and 2F. RGB value is (175,24,47). Sum of RGB (Red+Green+Blue) = 175+24+47=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF182F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF182F is #50E7D0. Grayscale: #474747. Windows color (decimal): -5302225 or 3086511. OLE color: 3086511.

HSL color Cylindrical-coordinate representation of color #AF182F: hue angle of 350.86º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF182F is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 24 47 -
CMYK 0 0.86 0.73 0.31
HSL 350.86º 0.76% 0.39% -
HSV(B) 350.86º 0.86% 0.69% -
XYZ 18.52 9.97 3.64 -
YUV 71.77 114.03 201.63 -
System Red Green Blue C M Y K H S L
Decimal 175 24 47 0 0.86 0.73 0.31 350.86 0.76 0.39
Hex AF 18 2F 0 56 49 1F 15F 4C 27
Octal 257 30 57 0 126 111 37 537 114 47
Binary 10101111 11000 101111 0 1010110 1001001 11111 101011111 1001100 100111

Color Harmonies of #AF182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF182F

Black with #AF182F

Text Example


Text Example

White with #AF182F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF182F; }

 p { color: rgb(175,24,47); }

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

background-color css

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

 a { background-color: rgb(175,24,47); }

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

border-color css

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

 span { border-color: rgb(175,24,47); }

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