#BE213D

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

Shades of Cardinal #BE213D

Tints of Cardinal #BE213D

Color information

#BE213D (or 0xBE213D) is unknown color: approx Cardinal. HEX triplet: BE, 21 and 3D. RGB value is (190,33,61). Sum of RGB (Red+Green+Blue) = 190+33+61=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE213D is #41DEC2. Grayscale: #535353. Windows color (decimal): -4316867 or 4006334. OLE color: 4006334.

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

Color convert

RGB1903361-
CMYK00.830.680.25
HSL349.3º70.4%43.73%-
HSV(B)349.3º82.63%74.51%-
XYZ22.6212.375.61-
YUV83.14115.51204.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.90%
GREEN value IS 33 (13.28% from 255) = 11.62%
BLUE value IS 61 (24.22% from 255) = 21.48%
R=66.90%
G=11.62%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190336100.830.680.25349.370.443.73
HexBE213D053441915d462c
Octal276417501231043153510654
Binary10111110100001111101010100111000100110011010111011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE213D; }

 p { color: rgb(190,33,61); }

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

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

 a { background-color: rgb(190,33,61); }

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

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

 span { border-color: rgb(190,33,61); }

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