Html Css Color HEX #AF1133 Cardinal

📋 copy color: '#AF1133'

red 175 ◦ green 17 ◦ blue 51

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

Shades of Cardinal #AF1133

Tints of Cardinal #AF1133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7%

 BLUE value IS 51 (20.31% from 255) = 20.99%

R = 72.02%
G = 7%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF1133 (or 0xAF1133) is known color: Cardinal. HEX triplet: AF, 11 and 33. RGB value is (175,17,51). Sum of RGB (Red+Green+Blue) = 175+17+51=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1133 is #50EECC. Grayscale: #444444. Windows color (decimal): -5304013 or 3346863. OLE color: 3346863.

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

Color convert

RGB 175 17 51 -
CMYK 0 0.90 0.71 0.31
HSL 347.09º 0.82% 0.38% -
HSV(B) 347.09º 0.9% 0.69% -
XYZ 18.48 9.75 4.04 -
YUV 68.12 118.35 204.24 -
System Red Green Blue C M Y K H S L
Decimal 175 17 51 0 0.90 0.71 0.31 347.09 0.82 0.38
Hex AF 11 33 0 5A 47 1F 15B 52 26
Octal 257 21 63 0 132 107 37 533 122 46
Binary 10101111 10001 110011 0 1011010 1000111 11111 101011011 1010010 100110

Color Harmonies of #AF1133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1133

Black with #AF1133

Text Example


Text Example

White with #AF1133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1133; }

 p { color: rgb(175,17,51); }

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

background-color css

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

 a { background-color: rgb(175,17,51); }

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

border-color css

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

 span { border-color: rgb(175,17,51); }

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