#BE273A

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

Shades of Cardinal #BE273A

Tints of Cardinal #BE273A

Color information

#BE273A (or 0xBE273A) is unknown color: approx Cardinal. HEX triplet: BE, 27 and 3A. RGB value is (190,39,58). Sum of RGB (Red+Green+Blue) = 190+39+58=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE273A is #41D8C5. Grayscale: #565656. Windows color (decimal): -4315334 or 3811262. OLE color: 3811262.

HSL color Cylindrical-coordinate representation of color #BE273A: hue angle of 352.45º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE273A is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB1903958-
CMYK00.790.690.25
HSL352.45º65.94%44.9%-
HSV(B)352.45º79.47%74.51%-
XYZ22.7212.75.26-
YUV86.31112.03201.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.20%
GREEN value IS 39 (15.62% from 255) = 13.59%
BLUE value IS 58 (23.05% from 255) = 20.21%
R=66.20%
G=13.59%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190395800.790.690.25352.4565.9444.9
HexBE273A04F4519160422d
Octal276477201171053154010255
Binary10111110100111111010010011111000101110011011000001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE273A; }

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

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

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

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

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

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

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

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