#BE102C

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

Shades of Cardinal #BE102C

Tints of Cardinal #BE102C

Color information

#BE102C (or 0xBE102C) is unknown color: approx Cardinal. HEX triplet: BE, 10 and 2C. RGB value is (190,16,44). Sum of RGB (Red+Green+Blue) = 190+16+44=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE102C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE102C is #41EFD3. Grayscale: #474747. Windows color (decimal): -4321236 or 2887870. OLE color: 2887870.

HSL color Cylindrical-coordinate representation of color #BE102C: hue angle of 350.34º degrees, saturation: 0.84, 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 #BE102C is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB1901644-
CMYK00.920.770.25
HSL350.34º84.47%40.39%-
HSV(B)350.34º91.58%74.51%-
XYZ21.8811.53.45-
YUV71.22112.65212.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 76%
GREEN value IS 16 (6.64% from 255) = 6.4%
BLUE value IS 44 (17.58% from 255) = 17.6%
R=76%
G=6.4%
B=17.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190164400.920.770.25350.3484.4740.39
HexBE102C05C4D1915e5428
Octal276205401341153153612450
Binary1011111010000101100010111001001101110011010111101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE102C; }

 p { color: rgb(190,16,44); }

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

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

 a { background-color: rgb(190,16,44); }

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

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

 span { border-color: rgb(190,16,44); }

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