#BE2530

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

Shades of Cardinal #BE2530

Tints of Cardinal #BE2530

Color information

#BE2530 (or 0xBE2530) is unknown color: approx Cardinal. HEX triplet: BE, 25 and 30. RGB value is (190,37,48). Sum of RGB (Red+Green+Blue) = 190+37+48=275 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.09% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2530 is #41DACF. Grayscale: #545454. Windows color (decimal): -4315856 or 3155390. OLE color: 3155390.

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

Color convert

RGB1903748-
CMYK00.810.750.25
HSL355.69º67.4%44.51%-
HSV(B)355.69º80.53%74.51%-
XYZ22.4312.484.02-
YUV84107.69203.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 69.09%
GREEN value IS 37 (14.84% from 255) = 13.45%
BLUE value IS 48 (19.14% from 255) = 17.45%
R=69.09%
G=13.45%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190374800.810.750.25355.6967.444.51
HexBE25300514B19164432d
Octal276456001211133154410355
Binary10111110100101110000010100011001011110011011001001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2530; }

 p { color: rgb(190,37,48); }

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

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

 a { background-color: rgb(190,37,48); }

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

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

 span { border-color: rgb(190,37,48); }

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