#BE0F2D

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

Shades of Cardinal #BE0F2D

Tints of Cardinal #BE0F2D

Color information

#BE0F2D (or 0xBE0F2D) is unknown color: approx Cardinal. HEX triplet: BE, 0F and 2D. RGB value is (190,15,45). Sum of RGB (Red+Green+Blue) = 190+15+45=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0F2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0F2D is #41F0D2. Grayscale: #464646. Windows color (decimal): -4321491 or 2953150. OLE color: 2953150.

HSL color Cylindrical-coordinate representation of color #BE0F2D: hue angle of 349.71º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE0F2D is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB1901545-
CMYK00.920.760.25
HSL349.71º85.37%40.2%-
HSV(B)349.71º92.11%74.51%-
XYZ21.8811.483.54-
YUV70.74113.48213.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 76%
GREEN value IS 15 (6.25% from 255) = 6%
BLUE value IS 45 (17.97% from 255) = 18%
R=76%
G=6%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190154500.920.760.25349.7185.3740.2
HexBEF2D05C4C1915e5528
Octal276175501341143153612550
Binary101111101111101101010111001001100110011010111101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0F2D; }

 p { color: rgb(190,15,45); }

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

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

 a { background-color: rgb(190,15,45); }

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

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

 span { border-color: rgb(190,15,45); }

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