#BE063D

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

Shades of Cardinal #BE063D

Tints of Cardinal #BE063D

Color information

#BE063D (or 0xBE063D) is unknown color: approx Cardinal. HEX triplet: BE, 06 and 3D. RGB value is (190,6,61). Sum of RGB (Red+Green+Blue) = 190+6+61=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE063D is #41F9C2. Grayscale: #434343. Windows color (decimal): -4323779 or 3999422. OLE color: 3999422.

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

Color convert

RGB190661-
CMYK00.970.680.25
HSL342.07º93.88%38.43%-
HSV(B)342.07º96.84%74.51%-
XYZ22.1411.415.45-
YUV67.29124.46215.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 73.93%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 61 (24.22% from 255) = 23.74%
R=73.93%
G=2.33%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19066100.970.680.25342.0793.8838.43
HexBE63D06144191565e26
Octal27667501411043152613646
Binary10111110110111101011000011000100110011010101101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE063D; }

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

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

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

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

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

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

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

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