#BE062E

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

Shades of Cardinal #BE062E

Tints of Cardinal #BE062E

Color information

#BE062E (or 0xBE062E) is unknown color: approx Cardinal. HEX triplet: BE, 06 and 2E. RGB value is (190,6,46). Sum of RGB (Red+Green+Blue) = 190+6+46=242 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.51% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 190 - color contains mainly: red. Hex color #BE062E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE062E is #41F9D1. Grayscale: #414141. Windows color (decimal): -4323794 or 3016382. OLE color: 3016382.

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

Color convert

RGB190646-
CMYK00.970.760.25
HSL346.96º93.88%38.43%-
HSV(B)346.96º96.84%74.51%-
XYZ21.7911.273.61-
YUV65.58116.96216.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 78.51%
GREEN value IS 6 (2.73% from 255) = 2.48%
BLUE value IS 46 (18.36% from 255) = 19.01%
R=78.51%
G=2.48%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19064600.970.760.25346.9693.8838.43
HexBE62E0614C1915b5e26
Octal27665601411143153313646
Binary10111110110101110011000011001100110011010110111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE062E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE062E; }

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

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

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

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

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

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

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

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