Html Css Color HEX #AF2234 Cardinal

📋 copy color: '#AF2234'

red 175 ◦ green 34 ◦ blue 52

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

Shades of Cardinal #AF2234

Tints of Cardinal #AF2234

RGB

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

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

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

R = 67.05%
G = 13.03%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF2234 (or 0xAF2234) is known color: Cardinal. HEX triplet: AF, 22 and 34. RGB value is (175,34,52). Sum of RGB (Red+Green+Blue) = 175+34+52=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2234 is #50DDCB. Grayscale: #4E4E4E. Windows color (decimal): -5299660 or 3416751. OLE color: 3416751.

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

Color convert

RGB 175 34 52 -
CMYK 0 0.81 0.70 0.31
HSL 352.34º 0.67% 0.41% -
HSV(B) 352.34º 0.81% 0.69% -
XYZ 18.87 10.51 4.28 -
YUV 78.21 113.21 197.04 -
System Red Green Blue C M Y K H S L
Decimal 175 34 52 0 0.81 0.70 0.31 352.34 0.67 0.41
Hex AF 22 34 0 51 46 1F 160 43 29
Octal 257 42 64 0 121 106 37 540 103 51
Binary 10101111 100010 110100 0 1010001 1000110 11111 101100000 1000011 101001

Color Harmonies of #AF2234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2234

Black with #AF2234

Text Example


Text Example

White with #AF2234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2234; }

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

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

background-color css

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

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

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

border-color css

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

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

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