#BE232D

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

Shades of Cardinal #BE232D

Tints of Cardinal #BE232D

Color information

#BE232D (or 0xBE232D) is unknown color: approx Cardinal. HEX triplet: BE, 23 and 2D. RGB value is (190,35,45). Sum of RGB (Red+Green+Blue) = 190+35+45=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE232D is #41DCD2. Grayscale: #525252. Windows color (decimal): -4316371 or 2958270. OLE color: 2958270.

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

Color convert

RGB1903545-
CMYK00.820.760.25
HSL356.13º68.89%44.12%-
HSV(B)356.13º81.58%74.51%-
XYZ22.3112.343.69-
YUV82.48106.85204.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 70.37%
GREEN value IS 35 (14.06% from 255) = 12.96%
BLUE value IS 45 (17.97% from 255) = 16.67%
R=70.37%
G=12.96%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190354500.820.760.25356.1368.8944.12
HexBE232D0524C19164452c
Octal276435501221143154410554
Binary10111110100011101101010100101001100110011011001001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE232D; }

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

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

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

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

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

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

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

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