Html Css Color HEX #AF0532 Cardinal

📋 copy color: '#AF0532'

red 175 ◦ green 5 ◦ blue 50

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

Shades of Cardinal #AF0532

Tints of Cardinal #AF0532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.74%

R = 76.09%
G = 2.17%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF0532 (or 0xAF0532) is known color: Cardinal. HEX triplet: AF, 05 and 32. RGB value is (175,5,50). Sum of RGB (Red+Green+Blue) = 175+5+50=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0532 is #50FACD. Grayscale: #3C3C3C. Windows color (decimal): -5307086 or 3278255. OLE color: 3278255.

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

Color convert

RGB 175 5 50 -
CMYK 0 0.97 0.71 0.31
HSL 344.12º 0.94% 0.35% -
HSV(B) 344.12º 0.97% 0.69% -
XYZ 18.31 9.45 3.88 -
YUV 60.96 121.82 209.34 -
System Red Green Blue C M Y K H S L
Decimal 175 5 50 0 0.97 0.71 0.31 344.12 0.94 0.35
Hex AF 5 32 0 61 47 1F 158 5E 23
Octal 257 5 62 0 141 107 37 530 136 43
Binary 10101111 101 110010 0 1100001 1000111 11111 101011000 1011110 100011

Color Harmonies of #AF0532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0532

Black with #AF0532

Text Example


Text Example

White with #AF0532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0532; }

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

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

background-color css

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

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

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

border-color css

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

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

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