Html Css Color HEX #AF183C Cardinal

📋 copy color: '#AF183C'

red 175 ◦ green 24 ◦ blue 60

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

Shades of Cardinal #AF183C

Tints of Cardinal #AF183C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.17%

R = 67.57%
G = 9.27%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF183C (or 0xAF183C) is known color: Cardinal. HEX triplet: AF, 18 and 3C. RGB value is (175,24,60). Sum of RGB (Red+Green+Blue) = 175+24+60=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF183C is #50E7C3. Grayscale: #494949. Windows color (decimal): -5302212 or 3938479. OLE color: 3938479.

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

Color convert

RGB 175 24 60 -
CMYK 0 0.86 0.66 0.31
HSL 345.7º 0.76% 0.39% -
HSV(B) 345.7º 0.86% 0.69% -
XYZ 18.82 10.09 5.23 -
YUV 73.25 120.53 200.57 -
System Red Green Blue C M Y K H S L
Decimal 175 24 60 0 0.86 0.66 0.31 345.7 0.76 0.39
Hex AF 18 3C 0 56 42 1F 15A 4C 27
Octal 257 30 74 0 126 102 37 532 114 47
Binary 10101111 11000 111100 0 1010110 1000010 11111 101011010 1001100 100111

Color Harmonies of #AF183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF183C

Black with #AF183C

Text Example


Text Example

White with #AF183C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF183C; }

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

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

background-color css

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

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

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

border-color css

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

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

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