#BE003D

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

Shades of Cardinal #BE003D

Tints of Cardinal #BE003D

Color information

#BE003D (or 0xBE003D) is unknown color: approx Cardinal. HEX triplet: BE, 00 and 3D. RGB value is (190,0,61). Sum of RGB (Red+Green+Blue) = 190+0+61=251 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.70% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 190 - color contains mainly: red. Hex color #BE003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE003D is #41FFC2. Grayscale: #3F3F3F. Windows color (decimal): -4325315 or 3997886. OLE color: 3997886.

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

Color convert

RGB190061-
CMYK010.680.25
HSL340.74º100%37.25%-
HSV(B)340.74º100%74.51%-
XYZ22.0811.285.43-
YUV63.76126.45218.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 75.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 24.30%
R=75.70%
G=0%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190061010.680.25340.7410037.25
HexBE03D06444191556425
Octal27607501441043152514445
Binary101111100111101011001001000100110011010101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE003D; }

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

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

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

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

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

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

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

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