#BE183E

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

Shades of Cardinal #BE183E

Tints of Cardinal #BE183E

Color information

#BE183E (or 0xBE183E) is unknown color: approx Cardinal. HEX triplet: BE, 18 and 3E. RGB value is (190,24,62). Sum of RGB (Red+Green+Blue) = 190+24+62=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE183E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE183E is #41E7C1. Grayscale: #4D4D4D. Windows color (decimal): -4319170 or 4069566. OLE color: 4069566.

HSL color Cylindrical-coordinate representation of color #BE183E: hue angle of 346.27º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE183E is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB1902462-
CMYK00.870.670.25
HSL346.27º77.57%41.96%-
HSV(B)346.27º87.37%74.51%-
XYZ22.4311.955.68-
YUV77.97119207.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.84%
GREEN value IS 24 (9.77% from 255) = 8.70%
BLUE value IS 62 (24.61% from 255) = 22.46%
R=68.84%
G=8.70%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190246200.870.670.25346.2777.5741.96
HexBE183E057431915a4e2a
Octal276307601271033153211652
Binary1011111011000111110010101111000011110011010110101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE183E; }

 p { color: rgb(190,24,62); }

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

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

 a { background-color: rgb(190,24,62); }

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

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

 span { border-color: rgb(190,24,62); }

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