#BE1B43

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

Shades of Cardinal #BE1B43

Tints of Cardinal #BE1B43

Color information

#BE1B43 (or 0xBE1B43) is unknown color: approx Cardinal. HEX triplet: BE, 1B and 43. RGB value is (190,27,67). Sum of RGB (Red+Green+Blue) = 190+27+67=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1B43 is #41E4BC. Grayscale: #505050. Windows color (decimal): -4318397 or 4398014. OLE color: 4398014.

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

Color convert

RGB1902767-
CMYK00.860.650.25
HSL345.28º75.12%42.55%-
HSV(B)345.28º85.79%74.51%-
XYZ22.6412.146.46-
YUV80.3120.5206.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.90%
GREEN value IS 27 (10.94% from 255) = 9.51%
BLUE value IS 67 (26.56% from 255) = 23.59%
R=66.90%
G=9.51%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190276700.860.650.25345.2875.1242.55
HexBE1B4305641191594b2b
Octal2763310301261013153111353
Binary10111110110111000011010101101000001110011010110011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1B43; }

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

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

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

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

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

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

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

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