Html Css Color HEX #AF1229 Cardinal

📋 copy color: '#AF1229'

red 175 ◦ green 18 ◦ blue 41

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

Shades of Cardinal #AF1229

Tints of Cardinal #AF1229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.69%

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

R = 74.79%
G = 7.69%
B = 17.52%

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

#AF1229 (or 0xAF1229) is known color: Cardinal. HEX triplet: AF, 12 and 29. RGB value is (175,18,41). Sum of RGB (Red+Green+Blue) = 175+18+41=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1229 is #50EDD6. Grayscale: #434343. Windows color (decimal): -5303767 or 2691759. OLE color: 2691759.

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

Color convert

RGB 175 18 41 -
CMYK 0 0.90 0.77 0.31
HSL 351.21º 0.81% 0.38% -
HSV(B) 351.21º 0.9% 0.69% -
XYZ 18.3 9.71 3.01 -
YUV 67.57 113.01 204.63 -
System Red Green Blue C M Y K H S L
Decimal 175 18 41 0 0.90 0.77 0.31 351.21 0.81 0.38
Hex AF 12 29 0 5A 4D 1F 15F 51 26
Octal 257 22 51 0 132 115 37 537 121 46
Binary 10101111 10010 101001 0 1011010 1001101 11111 101011111 1010001 100110

Color Harmonies of #AF1229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1229

Black with #AF1229

Text Example


Text Example

White with #AF1229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1229; }

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

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

background-color css

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

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

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

border-color css

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

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

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