Html Css Color HEX #AF1129 Cardinal

📋 copy color: '#AF1129'

red 175 ◦ green 17 ◦ blue 41

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

Shades of Cardinal #AF1129

Tints of Cardinal #AF1129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.6%

R = 75.11%
G = 7.3%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF1129 (or 0xAF1129) is known color: Cardinal. HEX triplet: AF, 11 and 29. RGB value is (175,17,41). Sum of RGB (Red+Green+Blue) = 175+17+41=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1129 is #50EED6. Grayscale: #434343. Windows color (decimal): -5304023 or 2691503. OLE color: 2691503.

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

Color convert

RGB 175 17 41 -
CMYK 0 0.90 0.77 0.31
HSL 350.89º 0.82% 0.38% -
HSV(B) 350.89º 0.9% 0.69% -
XYZ 18.28 9.67 3 -
YUV 66.98 113.35 205.05 -
System Red Green Blue C M Y K H S L
Decimal 175 17 41 0 0.90 0.77 0.31 350.89 0.82 0.38
Hex AF 11 29 0 5A 4D 1F 15F 52 26
Octal 257 21 51 0 132 115 37 537 122 46
Binary 10101111 10001 101001 0 1011010 1001101 11111 101011111 1010010 100110

Color Harmonies of #AF1129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1129

Black with #AF1129

Text Example


Text Example

White with #AF1129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1129; }

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

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

background-color css

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

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

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

border-color css

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

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

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