#BE104B

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

Shades of Cardinal #BE104B

Tints of Cardinal #BE104B

Color information

#BE104B (or 0xBE104B) is unknown color: approx Cardinal. HEX triplet: BE, 10 and 4B. RGB value is (190,16,75). Sum of RGB (Red+Green+Blue) = 190+16+75=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE104B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE104B is #41EFB4. Grayscale: #4A4A4A. Windows color (decimal): -4321205 or 4919486. OLE color: 4919486.

HSL color Cylindrical-coordinate representation of color #BE104B: hue angle of 339.66º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE104B is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1901675-
CMYK00.920.610.25
HSL339.66º84.47%40.39%-
HSV(B)339.66º91.58%74.51%-
XYZ22.6911.837.74-
YUV74.75128.15210.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.62%
GREEN value IS 16 (6.64% from 255) = 5.69%
BLUE value IS 75 (29.69% from 255) = 26.69%
R=67.62%
G=5.69%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190167500.920.610.25339.6684.4740.39
HexBE104B05C3D191545428
Octal276201130134753152412450
Binary1011111010000100101101011100111101110011010101001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE104B; }

 p { color: rgb(190,16,75); }

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

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

 a { background-color: rgb(190,16,75); }

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

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

 span { border-color: rgb(190,16,75); }

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