#BE1B34

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

Shades of Cardinal #BE1B34

Tints of Cardinal #BE1B34

Color information

#BE1B34 (or 0xBE1B34) is unknown color: approx Cardinal. HEX triplet: BE, 1B and 34. RGB value is (190,27,52). Sum of RGB (Red+Green+Blue) = 190+27+52=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1B34 is #41E4CB. Grayscale: #4E4E4E. Windows color (decimal): -4318412 or 3414974. OLE color: 3414974.

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

Color convert

RGB1902752-
CMYK00.860.730.25
HSL350.8º75.12%42.55%-
HSV(B)350.8º85.79%74.51%-
XYZ22.2511.984.39-
YUV78.59113207.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 70.63%
GREEN value IS 27 (10.94% from 255) = 10.04%
BLUE value IS 52 (20.70% from 255) = 19.33%
R=70.63%
G=10.04%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190275200.860.730.25350.875.1242.55
HexBE1B34056491915f4b2b
Octal276336401261113153711353
Binary1011111011011110100010101101001001110011010111111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1B34; }

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

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

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

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

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

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

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

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