Html Css Color HEX #AF112D Cardinal

📋 copy color: '#AF112D'

red 175 ◦ green 17 ◦ blue 45

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

Shades of Cardinal #AF112D

Tints of Cardinal #AF112D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.17%

 BLUE value IS 45 (17.97% from 255) = 18.99%

R = 73.84%
G = 7.17%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF112D (or 0xAF112D) is known color: Cardinal. HEX triplet: AF, 11 and 2D. RGB value is (175,17,45). Sum of RGB (Red+Green+Blue) = 175+17+45=237 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.84% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 175 - color contains mainly: red. Hex color #AF112D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF112D is #50EED2. Grayscale: #434343. Windows color (decimal): -5304019 or 2953647. OLE color: 2953647.

HSL color Cylindrical-coordinate representation of color #AF112D: hue angle of 349.37º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF112D is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 17 45 -
CMYK 0 0.90 0.74 0.31
HSL 349.37º 0.82% 0.38% -
HSV(B) 349.37º 0.9% 0.69% -
XYZ 18.35 9.7 3.39 -
YUV 67.43 115.35 204.72 -
System Red Green Blue C M Y K H S L
Decimal 175 17 45 0 0.90 0.74 0.31 349.37 0.82 0.38
Hex AF 11 2D 0 5A 4A 1F 15D 52 26
Octal 257 21 55 0 132 112 37 535 122 46
Binary 10101111 10001 101101 0 1011010 1001010 11111 101011101 1010010 100110

Color Harmonies of #AF112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF112D

Black with #AF112D

Text Example


Text Example

White with #AF112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF112D; }

 p { color: rgb(175,17,45); }

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

background-color css

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

 a { background-color: rgb(175,17,45); }

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

border-color css

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

 span { border-color: rgb(175,17,45); }

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