Html Css Color HEX #AF0535 Cardinal

📋 copy color: '#AF0535'

red 175 ◦ green 5 ◦ blue 53

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

Shades of Cardinal #AF0535

Tints of Cardinal #AF0535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.75%

R = 75.11%
G = 2.15%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF0535 (or 0xAF0535) is known color: Cardinal. HEX triplet: AF, 05 and 35. RGB value is (175,5,53). Sum of RGB (Red+Green+Blue) = 175+5+53=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0535 is #50FACA. Grayscale: #3D3D3D. Windows color (decimal): -5307083 or 3474863. OLE color: 3474863.

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

Color convert

RGB 175 5 53 -
CMYK 0 0.97 0.70 0.31
HSL 343.06º 0.94% 0.35% -
HSV(B) 343.06º 0.97% 0.69% -
XYZ 18.38 9.48 4.23 -
YUV 61.3 123.32 209.1 -
System Red Green Blue C M Y K H S L
Decimal 175 5 53 0 0.97 0.70 0.31 343.06 0.94 0.35
Hex AF 5 35 0 61 46 1F 157 5E 23
Octal 257 5 65 0 141 106 37 527 136 43
Binary 10101111 101 110101 0 1100001 1000110 11111 101010111 1011110 100011

Color Harmonies of #AF0535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0535

Black with #AF0535

Text Example


Text Example

White with #AF0535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0535; }

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

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

background-color css

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

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

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

border-color css

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

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

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