Html Css Color HEX #AF2831 Cardinal

📋 copy color: '#AF2831'

red 175 ◦ green 40 ◦ blue 49

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

Shades of Cardinal #AF2831

Tints of Cardinal #AF2831

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.15%

 BLUE value IS 49 (19.53% from 255) = 18.56%

R = 66.29%
G = 15.15%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF2831 (or 0xAF2831) is known color: Cardinal. HEX triplet: AF, 28 and 31. RGB value is (175,40,49). Sum of RGB (Red+Green+Blue) = 175+40+49=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2831 is #50D7CE. Grayscale: #515151. Windows color (decimal): -5298127 or 3221679. OLE color: 3221679.

HSL color Cylindrical-coordinate representation of color #AF2831: hue angle of 356º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2831 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 40 49 -
CMYK 0 0.77 0.72 0.31
HSL 356º 0.63% 0.42% -
HSV(B) 356º 0.77% 0.69% -
XYZ 18.99 10.85 4 -
YUV 81.39 109.73 194.77 -
System Red Green Blue C M Y K H S L
Decimal 175 40 49 0 0.77 0.72 0.31 356 0.63 0.42
Hex AF 28 31 0 4D 48 1F 164 3F 2A
Octal 257 50 61 0 115 110 37 544 77 52
Binary 10101111 101000 110001 0 1001101 1001000 11111 101100100 111111 101010

Color Harmonies of #AF2831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2831

Black with #AF2831

Text Example


Text Example

White with #AF2831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2831; }

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

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

background-color css

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

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

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

border-color css

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

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

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