#BE183A

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

Shades of Cardinal #BE183A

Tints of Cardinal #BE183A

Color information

#BE183A (or 0xBE183A) is unknown color: approx Cardinal. HEX triplet: BE, 18 and 3A. RGB value is (190,24,58). Sum of RGB (Red+Green+Blue) = 190+24+58=272 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.85% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 190 - color contains mainly: red. Hex color #BE183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE183A is #41E7C5. Grayscale: #4D4D4D. Windows color (decimal): -4319174 or 3807422. OLE color: 3807422.

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

Color convert

RGB1902458-
CMYK00.870.690.25
HSL347.71º77.57%41.96%-
HSV(B)347.71º87.37%74.51%-
XYZ22.3311.915.12-
YUV77.51117208.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 69.85%
GREEN value IS 24 (9.77% from 255) = 8.82%
BLUE value IS 58 (23.05% from 255) = 21.32%
R=69.85%
G=8.82%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190245800.870.690.25347.7177.5741.96
HexBE183A057451915c4e2a
Octal276307201271053153411652
Binary1011111011000111010010101111000101110011010111001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE183A; }

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

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

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

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

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

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

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

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