Html Css Color HEX #AF2034 Cardinal

📋 copy color: '#AF2034'

red 175 ◦ green 32 ◦ blue 52

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

Shades of Cardinal #AF2034

Tints of Cardinal #AF2034

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.36%

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

R = 67.57%
G = 12.36%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF2034 (or 0xAF2034) is known color: Cardinal. HEX triplet: AF, 20 and 34. RGB value is (175,32,52). Sum of RGB (Red+Green+Blue) = 175+32+52=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2034 is #50DFCB. Grayscale: #4D4D4D. Windows color (decimal): -5300172 or 3416239. OLE color: 3416239.

HSL color Cylindrical-coordinate representation of color #AF2034: hue angle of 351.61º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2034 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 32 52 -
CMYK 0 0.82 0.70 0.31
HSL 351.61º 0.69% 0.41% -
HSV(B) 351.61º 0.82% 0.69% -
XYZ 18.82 10.39 4.26 -
YUV 77.04 113.88 197.87 -
System Red Green Blue C M Y K H S L
Decimal 175 32 52 0 0.82 0.70 0.31 351.61 0.69 0.41
Hex AF 20 34 0 52 46 1F 160 45 29
Octal 257 40 64 0 122 106 37 540 105 51
Binary 10101111 100000 110100 0 1010010 1000110 11111 101100000 1000101 101001

Color Harmonies of #AF2034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2034

Black with #AF2034

Text Example


Text Example

White with #AF2034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2034; }

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

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

background-color css

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

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

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

border-color css

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

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

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