Html Css Color HEX #BE2934 Cardinal

📋 copy color: '#BE2934'

red 190 ◦ green 41 ◦ blue 52

#BE2934
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BE2934

Tints of Cardinal #BE2934

RGB

 RED value IS 190 (74.61% from 255) = 67.14%

 GREEN value IS 41 (16.41% from 255) = 14.49%

 BLUE value IS 52 (20.7% from 255) = 18.37%

R = 67.14%
G = 14.49%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE2934 (or 0xBE2934) is known color: Cardinal. HEX triplet: BE, 29 and 34. RGB value is (190,41,52). Sum of RGB (Red+Green+Blue) = 190+41+52=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2934 is #41D6CB. Grayscale: #565656. Windows color (decimal): -4314828 or 3418558. OLE color: 3418558.

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

Color convert

RGB 190 41 52 -
CMYK 0 0.78 0.73 0.25
HSL 355.57º 0.65% 0.45% -
HSV(B) 355.57º 0.78% 0.75% -
XYZ 22.65 12.78 4.52 -
YUV 86.81 108.36 201.61 -
System Red Green Blue C M Y K H S L
Decimal 190 41 52 0 0.78 0.73 0.25 355.57 0.65 0.45
Hex BE 29 34 0 4E 49 19 164 41 2D
Octal 276 51 64 0 116 111 31 544 101 55
Binary 10111110 101001 110100 0 1001110 1001001 11001 101100100 1000001 101101

Color Harmonies of #BE2934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2934

Black with #BE2934

Text Example


Text Example

White with #BE2934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2934; }

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

 H1.HeaderClassName
 {
   color: #BE2934;
 }
 .AnyTagClassName
 {
   color: #BE2934;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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