#BE2234

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

Shades of Cardinal #BE2234

Tints of Cardinal #BE2234

Color information

#BE2234 (or 0xBE2234) is unknown color: approx Cardinal. HEX triplet: BE, 22 and 34. RGB value is (190,34,52). Sum of RGB (Red+Green+Blue) = 190+34+52=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2234 is #41DDCB. Grayscale: #525252. Windows color (decimal): -4316620 or 3416766. OLE color: 3416766.

HSL color Cylindrical-coordinate representation of color #BE2234: hue angle of 353.08º degrees, saturation: 0.7, 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 #BE2234 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1903452-
CMYK00.820.730.25
HSL353.08º69.64%43.92%-
HSV(B)353.08º82.11%74.51%-
XYZ22.4312.344.45-
YUV82.7110.68204.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.84%
GREEN value IS 34 (13.67% from 255) = 12.32%
BLUE value IS 52 (20.70% from 255) = 18.84%
R=68.84%
G=12.32%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190345200.820.730.25353.0869.6443.92
HexBE22340524919161462c
Octal276426401221113154110654
Binary10111110100010110100010100101001001110011011000011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2234; }

 p { color: rgb(190,34,52); }

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

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

 a { background-color: rgb(190,34,52); }

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

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

 span { border-color: rgb(190,34,52); }

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