#BE232A

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

Shades of Cardinal #BE232A

Tints of Cardinal #BE232A

Color information

#BE232A (or 0xBE232A) is unknown color: approx Cardinal. HEX triplet: BE, 23 and 2A. RGB value is (190,35,42). Sum of RGB (Red+Green+Blue) = 190+35+42=267 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.16% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 190 - color contains mainly: red. Hex color #BE232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE232A is #41DCD5. Grayscale: #525252. Windows color (decimal): -4316374 or 2761662. OLE color: 2761662.

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

Color convert

RGB1903542-
CMYK00.820.780.25
HSL357.29º68.89%44.12%-
HSV(B)357.29º81.58%74.51%-
XYZ22.2512.323.39-
YUV82.14105.35204.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 71.16%
GREEN value IS 35 (14.06% from 255) = 13.11%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=71.16%
G=13.11%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190354200.820.780.25357.2968.8944.12
HexBE232A0524E19165452c
Octal276435201221163154510554
Binary10111110100011101010010100101001110110011011001011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE232A; }

 p { color: rgb(190,35,42); }

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

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

 a { background-color: rgb(190,35,42); }

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

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

 span { border-color: rgb(190,35,42); }

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