Html Css Color HEX #AF183F Cardinal

📋 copy color: '#AF183F'

red 175 ◦ green 24 ◦ blue 63

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

Shades of Cardinal #AF183F

Tints of Cardinal #AF183F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.05%

R = 66.79%
G = 9.16%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF183F (or 0xAF183F) is known color: Cardinal. HEX triplet: AF, 18 and 3F. RGB value is (175,24,63). Sum of RGB (Red+Green+Blue) = 175+24+63=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF183F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF183F is #50E7C0. Grayscale: #494949. Windows color (decimal): -5302209 or 4135087. OLE color: 4135087.

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

Color convert

RGB 175 24 63 -
CMYK 0 0.86 0.64 0.31
HSL 344.5º 0.76% 0.39% -
HSV(B) 344.5º 0.86% 0.69% -
XYZ 18.9 10.13 5.66 -
YUV 73.6 122.03 200.33 -
System Red Green Blue C M Y K H S L
Decimal 175 24 63 0 0.86 0.64 0.31 344.5 0.76 0.39
Hex AF 18 3F 0 56 40 1F 159 4C 27
Octal 257 30 77 0 126 100 37 531 114 47
Binary 10101111 11000 111111 0 1010110 1000000 11111 101011001 1001100 100111

Color Harmonies of #AF183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF183F

Black with #AF183F

Text Example


Text Example

White with #AF183F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF183F; }

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

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

background-color css

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

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

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

border-color css

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

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

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