Html Css Color HEX #AF0539 Cardinal

📋 copy color: '#AF0539'

red 175 ◦ green 5 ◦ blue 57

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

Shades of Cardinal #AF0539

Tints of Cardinal #AF0539

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.11%

 BLUE value IS 57 (22.66% from 255) = 24.05%

R = 73.84%
G = 2.11%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF0539 (or 0xAF0539) is known color: Cardinal. HEX triplet: AF, 05 and 39. RGB value is (175,5,57). Sum of RGB (Red+Green+Blue) = 175+5+57=237 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.84% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0539 is #50FAC6. Grayscale: #3D3D3D. Windows color (decimal): -5307079 or 3737007. OLE color: 3737007.

HSL color Cylindrical-coordinate representation of color #AF0539: hue angle of 341.65º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0539 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 5 57 -
CMYK 0 0.97 0.67 0.31
HSL 341.65º 0.94% 0.35% -
HSV(B) 341.65º 0.97% 0.69% -
XYZ 18.47 9.52 4.73 -
YUV 61.76 125.32 208.77 -
System Red Green Blue C M Y K H S L
Decimal 175 5 57 0 0.97 0.67 0.31 341.65 0.94 0.35
Hex AF 5 39 0 61 43 1F 156 5E 23
Octal 257 5 71 0 141 103 37 526 136 43
Binary 10101111 101 111001 0 1100001 1000011 11111 101010110 1011110 100011

Color Harmonies of #AF0539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0539

Black with #AF0539

Text Example


Text Example

White with #AF0539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0539; }

 p { color: rgb(175,5,57); }

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

background-color css

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

 a { background-color: rgb(175,5,57); }

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

border-color css

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

 span { border-color: rgb(175,5,57); }

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