#BE0335

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

Shades of Cardinal #BE0335

Tints of Cardinal #BE0335

Color information

#BE0335 (or 0xBE0335) is unknown color: approx Cardinal. HEX triplet: BE, 03 and 35. RGB value is (190,3,53). Sum of RGB (Red+Green+Blue) = 190+3+53=246 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.24% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0335 is #41FCCA. Grayscale: #404040. Windows color (decimal): -4324555 or 3474366. OLE color: 3474366.

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

Color convert

RGB190353-
CMYK00.980.720.25
HSL343.96º96.89%37.84%-
HSV(B)343.96º98.42%74.51%-
XYZ21.9111.274.39-
YUV64.61121.45217.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 77.24%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 53 (21.09% from 255) = 21.54%
R=77.24%
G=1.22%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19035300.980.720.25343.9696.8937.84
HexBE33506248191586126
Octal27636501421103153014146
Binary1011111011110101011000101001000110011010110001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0335; }

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

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

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

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

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

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

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

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