Html Css Color HEX #AF0534 Cardinal

📋 copy color: '#AF0534'

red 175 ◦ green 5 ◦ blue 52

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

Shades of Cardinal #AF0534

Tints of Cardinal #AF0534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.41%

R = 75.43%
G = 2.16%
B = 22.41%

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

#AF0534 (or 0xAF0534) is known color: Cardinal. HEX triplet: AF, 05 and 34. RGB value is (175,5,52). Sum of RGB (Red+Green+Blue) = 175+5+52=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0534 is #50FACB. Grayscale: #3D3D3D. Windows color (decimal): -5307084 or 3409327. OLE color: 3409327.

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

Color convert

RGB 175 5 52 -
CMYK 0 0.97 0.70 0.31
HSL 343.41º 0.94% 0.35% -
HSV(B) 343.41º 0.97% 0.69% -
XYZ 18.35 9.47 4.11 -
YUV 61.19 122.82 209.18 -
System Red Green Blue C M Y K H S L
Decimal 175 5 52 0 0.97 0.70 0.31 343.41 0.94 0.35
Hex AF 5 34 0 61 46 1F 157 5E 23
Octal 257 5 64 0 141 106 37 527 136 43
Binary 10101111 101 110100 0 1100001 1000110 11111 101010111 1011110 100011

Color Harmonies of #AF0534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0534

Black with #AF0534

Text Example


Text Example

White with #AF0534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0534; }

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

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

background-color css

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

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

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

border-color css

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

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

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