Html Css Color HEX #AF0531 Cardinal

📋 copy color: '#AF0531'

red 175 ◦ green 5 ◦ blue 49

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

Shades of Cardinal #AF0531

Tints of Cardinal #AF0531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.4%

R = 76.42%
G = 2.18%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF0531 (or 0xAF0531) is known color: Cardinal. HEX triplet: AF, 05 and 31. RGB value is (175,5,49). Sum of RGB (Red+Green+Blue) = 175+5+49=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0531 is #50FACE. Grayscale: #3C3C3C. Windows color (decimal): -5307087 or 3212719. OLE color: 3212719.

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

Color convert

RGB 175 5 49 -
CMYK 0 0.97 0.72 0.31
HSL 344.47º 0.94% 0.35% -
HSV(B) 344.47º 0.97% 0.69% -
XYZ 18.29 9.44 3.76 -
YUV 60.85 121.32 209.42 -
System Red Green Blue C M Y K H S L
Decimal 175 5 49 0 0.97 0.72 0.31 344.47 0.94 0.35
Hex AF 5 31 0 61 48 1F 158 5E 23
Octal 257 5 61 0 141 110 37 530 136 43
Binary 10101111 101 110001 0 1100001 1001000 11111 101011000 1011110 100011

Color Harmonies of #AF0531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0531

Black with #AF0531

Text Example


Text Example

White with #AF0531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0531; }

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

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

background-color css

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

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

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

border-color css

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

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

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