Html Css Color HEX #AF0F45 Cardinal

📋 copy color: '#AF0F45'

red 175 ◦ green 15 ◦ blue 69

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

Shades of Cardinal #AF0F45

Tints of Cardinal #AF0F45

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.79%

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

R = 67.57%
G = 5.79%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF0F45 (or 0xAF0F45) is known color: Cardinal. HEX triplet: AF, 0F and 45. RGB value is (175,15,69). Sum of RGB (Red+Green+Blue) = 175+15+69=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F45 is #50F0BA. Grayscale: #444444. Windows color (decimal): -5304507 or 4525999. OLE color: 4525999.

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

Color convert

RGB 175 15 69 -
CMYK 0 0.91 0.61 0.31
HSL 339.75º 0.84% 0.37% -
HSV(B) 339.75º 0.91% 0.69% -
XYZ 18.92 9.89 6.54 -
YUV 69 128.01 203.61 -
System Red Green Blue C M Y K H S L
Decimal 175 15 69 0 0.91 0.61 0.31 339.75 0.84 0.37
Hex AF F 45 0 5B 3D 1F 154 54 25
Octal 257 17 105 0 133 75 37 524 124 45
Binary 10101111 1111 1000101 0 1011011 111101 11111 101010100 1010100 100101

Color Harmonies of #AF0F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0F45

Black with #AF0F45

Text Example


Text Example

White with #AF0F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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