Html Css Color HEX #AF1A44 Cardinal

📋 copy color: '#AF1A44'

red 175 ◦ green 26 ◦ blue 68

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

Shades of Cardinal #AF1A44

Tints of Cardinal #AF1A44

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.67%

 BLUE value IS 68 (26.95% from 255) = 25.28%

R = 65.06%
G = 9.67%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF1A44 (or 0xAF1A44) is known color: Cardinal. HEX triplet: AF, 1A and 44. RGB value is (175,26,68). Sum of RGB (Red+Green+Blue) = 175+26+68=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A44 is #50E5BB. Grayscale: #4B4B4B. Windows color (decimal): -5301692 or 4463279. OLE color: 4463279.

HSL color Cylindrical-coordinate representation of color #AF1A44: hue angle of 343.09º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1A44 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 26 68 -
CMYK 0 0.85 0.61 0.31
HSL 343.09º 0.74% 0.39% -
HSV(B) 343.09º 0.85% 0.69% -
XYZ 19.09 10.27 6.44 -
YUV 75.34 123.86 199.08 -
System Red Green Blue C M Y K H S L
Decimal 175 26 68 0 0.85 0.61 0.31 343.09 0.74 0.39
Hex AF 1A 44 0 55 3D 1F 157 4A 27
Octal 257 32 104 0 125 75 37 527 112 47
Binary 10101111 11010 1000100 0 1010101 111101 11111 101010111 1001010 100111

Color Harmonies of #AF1A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A44

Black with #AF1A44

Text Example


Text Example

White with #AF1A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A44; }

 p { color: rgb(175,26,68); }

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

background-color css

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

 a { background-color: rgb(175,26,68); }

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

border-color css

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

 span { border-color: rgb(175,26,68); }

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