#BE092D

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

Shades of Cardinal #BE092D

Tints of Cardinal #BE092D

Color information

#BE092D (or 0xBE092D) is unknown color: approx Cardinal. HEX triplet: BE, 09 and 2D. RGB value is (190,9,45). Sum of RGB (Red+Green+Blue) = 190+9+45=244 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.87% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 190 - color contains mainly: red. Hex color #BE092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE092D is #41F6D2. Grayscale: #434343. Windows color (decimal): -4323027 or 2951614. OLE color: 2951614.

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

Color convert

RGB190945-
CMYK00.950.760.25
HSL348.07º90.95%39.02%-
HSV(B)348.07º95.26%74.51%-
XYZ21.8111.333.52-
YUV67.22115.47215.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 77.87%
GREEN value IS 9 (3.91% from 255) = 3.69%
BLUE value IS 45 (17.97% from 255) = 18.44%
R=77.87%
G=3.69%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19094500.950.760.25348.0790.9539.02
HexBE92D05F4C1915c5b27
Octal276115501371143153413347
Binary101111101001101101010111111001100110011010111001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE092D; }

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

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

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

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

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

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

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

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