#BE0334

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

Shades of Cardinal #BE0334

Tints of Cardinal #BE0334

Color information

#BE0334 (or 0xBE0334) is unknown color: approx Cardinal. HEX triplet: BE, 03 and 34. RGB value is (190,3,52). Sum of RGB (Red+Green+Blue) = 190+3+52=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0334 is #41FCCB. Grayscale: #404040. Windows color (decimal): -4324556 or 3408830. OLE color: 3408830.

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

Color convert

RGB190352-
CMYK00.980.730.25
HSL344.28º96.89%37.84%-
HSV(B)344.28º98.42%74.51%-
XYZ21.8911.264.27-
YUV64.5120.95217.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 77.55%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 52 (20.70% from 255) = 21.22%
R=77.55%
G=1.22%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19035200.980.730.25344.2896.8937.84
HexBE33406249191586126
Octal27636401421113153014146
Binary1011111011110100011000101001001110011010110001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0334; }

 p { color: rgb(190,3,52); }

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

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

 a { background-color: rgb(190,3,52); }

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

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

 span { border-color: rgb(190,3,52); }

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