Html Css Color HEX #AF1328 Cardinal

📋 copy color: '#AF1328'

red 175 ◦ green 19 ◦ blue 40

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

Shades of Cardinal #AF1328

Tints of Cardinal #AF1328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.12%

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

R = 74.79%
G = 8.12%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF1328 (or 0xAF1328) is known color: Cardinal. HEX triplet: AF, 13 and 28. RGB value is (175,19,40). Sum of RGB (Red+Green+Blue) = 175+19+40=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1328 is #50ECD7. Grayscale: #444444. Windows color (decimal): -5303512 or 2626479. OLE color: 2626479.

HSL color Cylindrical-coordinate representation of color #AF1328: hue angle of 351.92º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1328 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 19 40 -
CMYK 0 0.89 0.77 0.31
HSL 351.92º 0.8% 0.38% -
HSV(B) 351.92º 0.89% 0.69% -
XYZ 18.3 9.73 2.92 -
YUV 68.04 112.18 204.29 -
System Red Green Blue C M Y K H S L
Decimal 175 19 40 0 0.89 0.77 0.31 351.92 0.8 0.38
Hex AF 13 28 0 59 4D 1F 160 50 26
Octal 257 23 50 0 131 115 37 540 120 46
Binary 10101111 10011 101000 0 1011001 1001101 11111 101100000 1010000 100110

Color Harmonies of #AF1328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1328

Black with #AF1328

Text Example


Text Example

White with #AF1328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1328; }

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

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

background-color css

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

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

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

border-color css

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

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

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