#BE182B

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

Shades of Cardinal #BE182B

Tints of Cardinal #BE182B

Color information

#BE182B (or 0xBE182B) is unknown color: approx Cardinal. HEX triplet: BE, 18 and 2B. RGB value is (190,24,43). Sum of RGB (Red+Green+Blue) = 190+24+43=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE182B is #41E7D4. Grayscale: #4B4B4B. Windows color (decimal): -4319189 or 2824382. OLE color: 2824382.

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

Color convert

RGB1902443-
CMYK00.870.770.25
HSL353.13º77.57%41.96%-
HSV(B)353.13º87.37%74.51%-
XYZ2211.773.4-
YUV75.8109.5209.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 73.93%
GREEN value IS 24 (9.77% from 255) = 9.34%
BLUE value IS 43 (17.19% from 255) = 16.73%
R=73.93%
G=9.34%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190244300.870.770.25353.1377.5741.96
HexBE182B0574D191614e2a
Octal276305301271153154111652
Binary1011111011000101011010101111001101110011011000011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE182B; }

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

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

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

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

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

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

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

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