Html Css Color HEX #AF2332 Cardinal

📋 copy color: '#AF2332'

red 175 ◦ green 35 ◦ blue 50

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

Shades of Cardinal #AF2332

Tints of Cardinal #AF2332

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.46%

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

R = 67.31%
G = 13.46%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF2332 (or 0xAF2332) is known color: Cardinal. HEX triplet: AF, 23 and 32. RGB value is (175,35,50). Sum of RGB (Red+Green+Blue) = 175+35+50=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2332 is #50DCCD. Grayscale: #4E4E4E. Windows color (decimal): -5299406 or 3285935. OLE color: 3285935.

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

Color convert

RGB 175 35 50 -
CMYK 0 0.8 0.71 0.31
HSL 353.57º 0.67% 0.41% -
HSV(B) 353.57º 0.8% 0.69% -
XYZ 18.86 10.55 4.06 -
YUV 78.57 111.88 196.78 -
System Red Green Blue C M Y K H S L
Decimal 175 35 50 0 0.8 0.71 0.31 353.57 0.67 0.41
Hex AF 23 32 0 50 47 1F 162 43 29
Octal 257 43 62 0 120 107 37 542 103 51
Binary 10101111 100011 110010 0 1010000 1000111 11111 101100010 1000011 101001

Color Harmonies of #AF2332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2332

Black with #AF2332

Text Example


Text Example

White with #AF2332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2332; }

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

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

background-color css

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

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

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

border-color css

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

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

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