Html Css Color HEX #AF2631 Cardinal

📋 copy color: '#AF2631'

red 175 ◦ green 38 ◦ blue 49

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

Shades of Cardinal #AF2631

Tints of Cardinal #AF2631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.5%

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

R = 66.79%
G = 14.5%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF2631 (or 0xAF2631) is known color: Cardinal. HEX triplet: AF, 26 and 31. RGB value is (175,38,49). Sum of RGB (Red+Green+Blue) = 175+38+49=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2631 is #50D9CE. Grayscale: #505050. Windows color (decimal): -5298639 or 3221167. OLE color: 3221167.

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

Color convert

RGB 175 38 49 -
CMYK 0 0.78 0.72 0.31
HSL 355.18º 0.64% 0.42% -
HSV(B) 355.18º 0.78% 0.69% -
XYZ 18.93 10.72 3.98 -
YUV 80.22 110.39 195.61 -
System Red Green Blue C M Y K H S L
Decimal 175 38 49 0 0.78 0.72 0.31 355.18 0.64 0.42
Hex AF 26 31 0 4E 48 1F 163 40 2A
Octal 257 46 61 0 116 110 37 543 100 52
Binary 10101111 100110 110001 0 1001110 1001000 11111 101100011 1000000 101010

Color Harmonies of #AF2631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2631

Black with #AF2631

Text Example


Text Example

White with #AF2631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2631; }

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

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

background-color css

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

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

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

border-color css

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

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

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