#BE0132

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

Shades of Cardinal #BE0132

Tints of Cardinal #BE0132

Color information

#BE0132 (or 0xBE0132) is unknown color: approx Cardinal. HEX triplet: BE, 01 and 32. RGB value is (190,1,50). Sum of RGB (Red+Green+Blue) = 190+1+50=241 (31% of max value = 765). Red value is 190 (74.61% from 255 or 78.84% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0132 is #41FECD. Grayscale: #3F3F3F. Windows color (decimal): -4325070 or 3277246. OLE color: 3277246.

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

Color convert

RGB190150-
CMYK00.990.740.25
HSL344.44º98.95%37.45%-
HSV(B)344.44º99.47%74.51%-
XYZ21.8211.24.03-
YUV63.1120.62218.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 78.84%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 50 (19.92% from 255) = 20.75%
R=78.84%
G=0.41%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015000.990.740.25344.4498.9537.45
HexBE1320634A191586325
Octal27616201431123153014345
Binary101111101110010011000111001010110011010110001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0132; }

 p { color: rgb(190,1,50); }

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

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

 a { background-color: rgb(190,1,50); }

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

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

 span { border-color: rgb(190,1,50); }

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