Html Css Color HEX #AF162D Cardinal

📋 copy color: '#AF162D'

red 175 ◦ green 22 ◦ blue 45

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

Shades of Cardinal #AF162D

Tints of Cardinal #AF162D

RGB

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

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

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

R = 72.31%
G = 9.09%
B = 18.6%

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

#AF162D (or 0xAF162D) is known color: Cardinal. HEX triplet: AF, 16 and 2D. RGB value is (175,22,45). Sum of RGB (Red+Green+Blue) = 175+22+45=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF162D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF162D is #50E9D2. Grayscale: #464646. Windows color (decimal): -5302739 or 2954927. OLE color: 2954927.

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

Color convert

RGB 175 22 45 -
CMYK 0 0.87 0.74 0.31
HSL 350.98º 0.78% 0.39% -
HSV(B) 350.98º 0.87% 0.69% -
XYZ 18.44 9.88 3.42 -
YUV 70.37 113.69 202.63 -
System Red Green Blue C M Y K H S L
Decimal 175 22 45 0 0.87 0.74 0.31 350.98 0.78 0.39
Hex AF 16 2D 0 57 4A 1F 15F 4E 27
Octal 257 26 55 0 127 112 37 537 116 47
Binary 10101111 10110 101101 0 1010111 1001010 11111 101011111 1001110 100111

Color Harmonies of #AF162D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF162D

Black with #AF162D

Text Example


Text Example

White with #AF162D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF162D; }

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

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

background-color css

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

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

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

border-color css

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

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

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