Html Css Color HEX #AF2033 Cardinal

📋 copy color: '#AF2033'

red 175 ◦ green 32 ◦ blue 51

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

Shades of Cardinal #AF2033

Tints of Cardinal #AF2033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.77%

R = 67.83%
G = 12.4%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF2033 (or 0xAF2033) is known color: Cardinal. HEX triplet: AF, 20 and 33. RGB value is (175,32,51). Sum of RGB (Red+Green+Blue) = 175+32+51=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2033 is #50DFCC. Grayscale: #4C4C4C. Windows color (decimal): -5300173 or 3350703. OLE color: 3350703.

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

Color convert

RGB 175 32 51 -
CMYK 0 0.82 0.71 0.31
HSL 352.03º 0.69% 0.41% -
HSV(B) 352.03º 0.82% 0.69% -
XYZ 18.79 10.39 4.15 -
YUV 76.92 113.38 197.96 -
System Red Green Blue C M Y K H S L
Decimal 175 32 51 0 0.82 0.71 0.31 352.03 0.69 0.41
Hex AF 20 33 0 52 47 1F 160 45 29
Octal 257 40 63 0 122 107 37 540 105 51
Binary 10101111 100000 110011 0 1010010 1000111 11111 101100000 1000101 101001

Color Harmonies of #AF2033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2033

Black with #AF2033

Text Example


Text Example

White with #AF2033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2033; }

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

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

background-color css

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

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

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

border-color css

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

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

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