Html Css Color HEX #AF182C Cardinal

📋 copy color: '#AF182C'

red 175 ◦ green 24 ◦ blue 44

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

Shades of Cardinal #AF182C

Tints of Cardinal #AF182C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.11%

R = 72.02%
G = 9.88%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF182C (or 0xAF182C) is known color: Cardinal. HEX triplet: AF, 18 and 2C. RGB value is (175,24,44). Sum of RGB (Red+Green+Blue) = 175+24+44=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF182C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF182C is #50E7D3. Grayscale: #474747. Windows color (decimal): -5302228 or 2889903. OLE color: 2889903.

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

Color convert

RGB 175 24 44 -
CMYK 0 0.86 0.75 0.31
HSL 352.05º 0.76% 0.39% -
HSV(B) 352.05º 0.86% 0.69% -
XYZ 18.46 9.95 3.33 -
YUV 71.43 112.53 201.87 -
System Red Green Blue C M Y K H S L
Decimal 175 24 44 0 0.86 0.75 0.31 352.05 0.76 0.39
Hex AF 18 2C 0 56 4B 1F 160 4C 27
Octal 257 30 54 0 126 113 37 540 114 47
Binary 10101111 11000 101100 0 1010110 1001011 11111 101100000 1001100 100111

Color Harmonies of #AF182C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF182C

Black with #AF182C

Text Example


Text Example

White with #AF182C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF182C; }

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

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

background-color css

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

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

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

border-color css

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

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

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