Html Css Color HEX #AF2232 Cardinal

📋 copy color: '#AF2232'

red 175 ◦ green 34 ◦ blue 50

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

Shades of Cardinal #AF2232

Tints of Cardinal #AF2232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.13%

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

R = 67.57%
G = 13.13%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF2232 (or 0xAF2232) is known color: Cardinal. HEX triplet: AF, 22 and 32. RGB value is (175,34,50). Sum of RGB (Red+Green+Blue) = 175+34+50=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2232 is #50DDCD. Grayscale: #4E4E4E. Windows color (decimal): -5299662 or 3285679. OLE color: 3285679.

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

Color convert

RGB 175 34 50 -
CMYK 0 0.81 0.71 0.31
HSL 353.19º 0.67% 0.41% -
HSV(B) 353.19º 0.81% 0.69% -
XYZ 18.83 10.49 4.05 -
YUV 77.98 112.21 197.2 -
System Red Green Blue C M Y K H S L
Decimal 175 34 50 0 0.81 0.71 0.31 353.19 0.67 0.41
Hex AF 22 32 0 51 47 1F 161 43 29
Octal 257 42 62 0 121 107 37 541 103 51
Binary 10101111 100010 110010 0 1010001 1000111 11111 101100001 1000011 101001

Color Harmonies of #AF2232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2232

Black with #AF2232

Text Example


Text Example

White with #AF2232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2232; }

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

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

background-color css

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

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

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

border-color css

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

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

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