Html Css Color HEX #AF1A45 Cardinal

📋 copy color: '#AF1A45'

red 175 ◦ green 26 ◦ blue 69

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

Shades of Cardinal #AF1A45

Tints of Cardinal #AF1A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.56%

R = 64.81%
G = 9.63%
B = 25.56%

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

#AF1A45 (or 0xAF1A45) is known color: Cardinal. HEX triplet: AF, 1A and 45. RGB value is (175,26,69). Sum of RGB (Red+Green+Blue) = 175+26+69=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A45 is #50E5BA. Grayscale: #4B4B4B. Windows color (decimal): -5301691 or 4528815. OLE color: 4528815.

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

Color convert

RGB 175 26 69 -
CMYK 0 0.85 0.61 0.31
HSL 342.68º 0.74% 0.39% -
HSV(B) 342.68º 0.85% 0.69% -
XYZ 19.12 10.28 6.61 -
YUV 75.45 124.36 199 -
System Red Green Blue C M Y K H S L
Decimal 175 26 69 0 0.85 0.61 0.31 342.68 0.74 0.39
Hex AF 1A 45 0 55 3D 1F 157 4A 27
Octal 257 32 105 0 125 75 37 527 112 47
Binary 10101111 11010 1000101 0 1010101 111101 11111 101010111 1001010 100111

Color Harmonies of #AF1A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A45

Black with #AF1A45

Text Example


Text Example

White with #AF1A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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