Html Css Color HEX #AF122A Cardinal

📋 copy color: '#AF122A'

red 175 ◦ green 18 ◦ blue 42

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

Shades of Cardinal #AF122A

Tints of Cardinal #AF122A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.66%

 BLUE value IS 42 (16.8% from 255) = 17.87%

R = 74.47%
G = 7.66%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF122A (or 0xAF122A) is known color: Cardinal. HEX triplet: AF, 12 and 2A. RGB value is (175,18,42). Sum of RGB (Red+Green+Blue) = 175+18+42=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF122A is #50EDD5. Grayscale: #434343. Windows color (decimal): -5303766 or 2757295. OLE color: 2757295.

HSL color Cylindrical-coordinate representation of color #AF122A: hue angle of 350.83º degrees, saturation: 0.81, 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 #AF122A is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 18 42 -
CMYK 0 0.90 0.76 0.31
HSL 350.83º 0.81% 0.38% -
HSV(B) 350.83º 0.9% 0.69% -
XYZ 18.31 9.71 3.1 -
YUV 67.68 113.51 204.55 -
System Red Green Blue C M Y K H S L
Decimal 175 18 42 0 0.90 0.76 0.31 350.83 0.81 0.38
Hex AF 12 2A 0 5A 4C 1F 15F 51 26
Octal 257 22 52 0 132 114 37 537 121 46
Binary 10101111 10010 101010 0 1011010 1001100 11111 101011111 1010001 100110

Color Harmonies of #AF122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF122A

Black with #AF122A

Text Example


Text Example

White with #AF122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF122A; }

 p { color: rgb(175,18,42); }

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

background-color css

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

 a { background-color: rgb(175,18,42); }

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

border-color css

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

 span { border-color: rgb(175,18,42); }

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