Html Css Color HEX #AF1628 Cardinal

📋 copy color: '#AF1628'

red 175 ◦ green 22 ◦ blue 40

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

Shades of Cardinal #AF1628

Tints of Cardinal #AF1628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.88%

R = 73.84%
G = 9.28%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF1628 (or 0xAF1628) is known color: Cardinal. HEX triplet: AF, 16 and 28. RGB value is (175,22,40). Sum of RGB (Red+Green+Blue) = 175+22+40=237 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.84% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1628 is #50E9D7. Grayscale: #454545. Windows color (decimal): -5302744 or 2627247. OLE color: 2627247.

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

Color convert

RGB 175 22 40 -
CMYK 0 0.87 0.77 0.31
HSL 352.94º 0.78% 0.39% -
HSV(B) 352.94º 0.87% 0.69% -
XYZ 18.35 9.84 2.94 -
YUV 69.8 111.19 203.04 -
System Red Green Blue C M Y K H S L
Decimal 175 22 40 0 0.87 0.77 0.31 352.94 0.78 0.39
Hex AF 16 28 0 57 4D 1F 161 4E 27
Octal 257 26 50 0 127 115 37 541 116 47
Binary 10101111 10110 101000 0 1010111 1001101 11111 101100001 1001110 100111

Color Harmonies of #AF1628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1628

Black with #AF1628

Text Example


Text Example

White with #AF1628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1628; }

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

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

background-color css

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

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

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

border-color css

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

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

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