Html Css Color HEX #AF052F Cardinal

📋 copy color: '#AF052F'

red 175 ◦ green 5 ◦ blue 47

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

Shades of Cardinal #AF052F

Tints of Cardinal #AF052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.7%

R = 77.09%
G = 2.2%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF052F (or 0xAF052F) is known color: Cardinal. HEX triplet: AF, 05 and 2F. RGB value is (175,5,47). Sum of RGB (Red+Green+Blue) = 175+5+47=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF052F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF052F is #50FAD0. Grayscale: #3C3C3C. Windows color (decimal): -5307089 or 3081647. OLE color: 3081647.

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

Color convert

RGB 175 5 47 -
CMYK 0 0.97 0.73 0.31
HSL 345.18º 0.94% 0.35% -
HSV(B) 345.18º 0.97% 0.69% -
XYZ 18.25 9.43 3.55 -
YUV 60.62 120.32 209.58 -
System Red Green Blue C M Y K H S L
Decimal 175 5 47 0 0.97 0.73 0.31 345.18 0.94 0.35
Hex AF 5 2F 0 61 49 1F 159 5E 23
Octal 257 5 57 0 141 111 37 531 136 43
Binary 10101111 101 101111 0 1100001 1001001 11111 101011001 1011110 100011

Color Harmonies of #AF052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF052F

Black with #AF052F

Text Example


Text Example

White with #AF052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF052F; }

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

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

background-color css

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

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

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

border-color css

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

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

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