#BE092E

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

Shades of Cardinal #BE092E

Tints of Cardinal #BE092E

Color information

#BE092E (or 0xBE092E) is unknown color: approx Cardinal. HEX triplet: BE, 09 and 2E. RGB value is (190,9,46). Sum of RGB (Red+Green+Blue) = 190+9+46=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE092E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE092E is #41F6D1. Grayscale: #434343. Windows color (decimal): -4323026 or 3017150. OLE color: 3017150.

HSL color Cylindrical-coordinate representation of color #BE092E: hue angle of 347.73º 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 #BE092E is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB190946-
CMYK00.950.760.25
HSL347.73º90.95%39.02%-
HSV(B)347.73º95.26%74.51%-
XYZ21.8311.343.62-
YUV67.34115.97215.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 77.55%
GREEN value IS 9 (3.91% from 255) = 3.67%
BLUE value IS 46 (18.36% from 255) = 18.78%
R=77.55%
G=3.67%
B=18.78%

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
Decimal19094600.950.760.25347.7390.9539.02
HexBE92E05F4C1915c5b27
Octal276115601371143153413347
Binary101111101001101110010111111001100110011010111001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE092E; }

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

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

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

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

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

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

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

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