Html Css Color HEX #AF162E Cardinal

📋 copy color: '#AF162E'

red 175 ◦ green 22 ◦ blue 46

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

Shades of Cardinal #AF162E

Tints of Cardinal #AF162E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.05%

 BLUE value IS 46 (18.36% from 255) = 18.93%

R = 72.02%
G = 9.05%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF162E (or 0xAF162E) is known color: Cardinal. HEX triplet: AF, 16 and 2E. RGB value is (175,22,46). Sum of RGB (Red+Green+Blue) = 175+22+46=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF162E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF162E is #50E9D1. Grayscale: #464646. Windows color (decimal): -5302738 or 3020463. OLE color: 3020463.

HSL color Cylindrical-coordinate representation of color #AF162E: hue angle of 350.59º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF162E is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 22 46 -
CMYK 0 0.87 0.74 0.31
HSL 350.59º 0.78% 0.39% -
HSV(B) 350.59º 0.87% 0.69% -
XYZ 18.46 9.89 3.52 -
YUV 70.48 114.19 202.55 -
System Red Green Blue C M Y K H S L
Decimal 175 22 46 0 0.87 0.74 0.31 350.59 0.78 0.39
Hex AF 16 2E 0 57 4A 1F 15F 4E 27
Octal 257 26 56 0 127 112 37 537 116 47
Binary 10101111 10110 101110 0 1010111 1001010 11111 101011111 1001110 100111

Color Harmonies of #AF162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF162E

Black with #AF162E

Text Example


Text Example

White with #AF162E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF162E; }

 p { color: rgb(175,22,46); }

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

background-color css

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

 a { background-color: rgb(175,22,46); }

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

border-color css

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

 span { border-color: rgb(175,22,46); }

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