Html Css Color HEX #AF0536 Cardinal

📋 copy color: '#AF0536'

red 175 ◦ green 5 ◦ blue 54

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

Shades of Cardinal #AF0536

Tints of Cardinal #AF0536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 23.08%

R = 74.79%
G = 2.14%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF0536 (or 0xAF0536) is known color: Cardinal. HEX triplet: AF, 05 and 36. RGB value is (175,5,54). Sum of RGB (Red+Green+Blue) = 175+5+54=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0536 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0536 is #50FAC9. Grayscale: #3D3D3D. Windows color (decimal): -5307082 or 3540399. OLE color: 3540399.

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

Color convert

RGB 175 5 54 -
CMYK 0 0.97 0.69 0.31
HSL 342.71º 0.94% 0.35% -
HSV(B) 342.71º 0.97% 0.69% -
XYZ 18.4 9.49 4.35 -
YUV 61.42 123.82 209.02 -
System Red Green Blue C M Y K H S L
Decimal 175 5 54 0 0.97 0.69 0.31 342.71 0.94 0.35
Hex AF 5 36 0 61 45 1F 157 5E 23
Octal 257 5 66 0 141 105 37 527 136 43
Binary 10101111 101 110110 0 1100001 1000101 11111 101010111 1011110 100011

Color Harmonies of #AF0536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0536

Black with #AF0536

Text Example


Text Example

White with #AF0536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0536; }

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

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

background-color css

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

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

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

border-color css

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

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

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