#BE2731

Color #BE2731 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BE2731

Tints of Cardinal #BE2731

Color information

#BE2731 (or 0xBE2731) is unknown color: approx Cardinal. HEX triplet: BE, 27 and 31. RGB value is (190,39,49). Sum of RGB (Red+Green+Blue) = 190+39+49=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2731 is #41D8CE. Grayscale: #555555. Windows color (decimal): -4315343 or 3221438. OLE color: 3221438.

HSL color Cylindrical-coordinate representation of color #BE2731: hue angle of 356.03º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2731 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB1903949-
CMYK00.790.740.25
HSL356.03º65.94%44.9%-
HSV(B)356.03º79.47%74.51%-
XYZ22.5212.624.15-
YUV85.29107.53202.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.35%
GREEN value IS 39 (15.62% from 255) = 14.03%
BLUE value IS 49 (19.53% from 255) = 17.63%
R=68.35%
G=14.03%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190394900.790.740.25356.0365.9444.9
HexBE273104F4A19164422d
Octal276476101171123154410255
Binary10111110100111110001010011111001010110011011001001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2731; }

 p { color: rgb(190,39,49); }

 H1.HeaderClassName
 {
   color: #BE2731;
 }
 .AnyTagClassName
 {
   color: #BE2731;
 }
</style>
background-color css

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

 a { background-color: rgb(190,39,49); }

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

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

 span { border-color: rgb(190,39,49); }

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