Html Css Color HEX #AF2128 Cardinal

📋 copy color: '#AF2128'

red 175 ◦ green 33 ◦ blue 40

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

Shades of Cardinal #AF2128

Tints of Cardinal #AF2128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.31%

 BLUE value IS 40 (16.02% from 255) = 16.13%

R = 70.56%
G = 13.31%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF2128 (or 0xAF2128) is known color: Cardinal. HEX triplet: AF, 21 and 28. RGB value is (175,33,40). Sum of RGB (Red+Green+Blue) = 175+33+40=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2128 is #50DED7. Grayscale: #4C4C4C. Windows color (decimal): -5299928 or 2630063. OLE color: 2630063.

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

Color convert

RGB 175 33 40 -
CMYK 0 0.81 0.77 0.31
HSL 357.04º 0.68% 0.41% -
HSV(B) 357.04º 0.81% 0.69% -
XYZ 18.61 10.35 3.03 -
YUV 76.26 107.54 198.43 -
System Red Green Blue C M Y K H S L
Decimal 175 33 40 0 0.81 0.77 0.31 357.04 0.68 0.41
Hex AF 21 28 0 51 4D 1F 165 44 29
Octal 257 41 50 0 121 115 37 545 104 51
Binary 10101111 100001 101000 0 1010001 1001101 11111 101100101 1000100 101001

Color Harmonies of #AF2128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2128

Black with #AF2128

Text Example


Text Example

White with #AF2128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2128; }

 p { color: rgb(175,33,40); }

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

background-color css

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

 a { background-color: rgb(175,33,40); }

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

border-color css

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

 span { border-color: rgb(175,33,40); }

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