Html Css Color HEX #AF1345 Cardinal

📋 copy color: '#AF1345'

red 175 ◦ green 19 ◦ blue 69

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

Shades of Cardinal #AF1345

Tints of Cardinal #AF1345

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.22%

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

R = 66.54%
G = 7.22%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF1345 (or 0xAF1345) is known color: Cardinal. HEX triplet: AF, 13 and 45. RGB value is (175,19,69). Sum of RGB (Red+Green+Blue) = 175+19+69=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1345 is #50ECBA. Grayscale: #474747. Windows color (decimal): -5303483 or 4527023. OLE color: 4527023.

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

Color convert

RGB 175 19 69 -
CMYK 0 0.89 0.61 0.31
HSL 340.77º 0.8% 0.38% -
HSV(B) 340.77º 0.89% 0.69% -
XYZ 18.99 10.01 6.56 -
YUV 71.34 126.68 201.93 -
System Red Green Blue C M Y K H S L
Decimal 175 19 69 0 0.89 0.61 0.31 340.77 0.8 0.38
Hex AF 13 45 0 59 3D 1F 155 50 26
Octal 257 23 105 0 131 75 37 525 120 46
Binary 10101111 10011 1000101 0 1011001 111101 11111 101010101 1010000 100110

Color Harmonies of #AF1345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1345

Black with #AF1345

Text Example


Text Example

White with #AF1345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1345; }

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

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

background-color css

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

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

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

border-color css

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

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

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