Html Css Color HEX #BE2136 Cardinal

📋 copy color: '#BE2136'

red 190 ◦ green 33 ◦ blue 54

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

Shades of Cardinal #BE2136

Tints of Cardinal #BE2136

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.91%

 BLUE value IS 54 (21.48% from 255) = 19.49%

R = 68.59%
G = 11.91%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE2136 (or 0xBE2136) is known color: Cardinal. HEX triplet: BE, 21 and 36. RGB value is (190,33,54). Sum of RGB (Red+Green+Blue) = 190+33+54=277 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.59% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2136 is #41DEC9. Grayscale: #525252. Windows color (decimal): -4316874 or 3547582. OLE color: 3547582.

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

Color convert

RGB 190 33 54 -
CMYK 0 0.83 0.72 0.25
HSL 351.97º 0.7% 0.44% -
HSV(B) 351.97º 0.83% 0.75% -
XYZ 22.44 12.3 4.68 -
YUV 82.34 112.01 204.79 -
System Red Green Blue C M Y K H S L
Decimal 190 33 54 0 0.83 0.72 0.25 351.97 0.7 0.44
Hex BE 21 36 0 53 48 19 160 46 2C
Octal 276 41 66 0 123 110 31 540 106 54
Binary 10111110 100001 110110 0 1010011 1001000 11001 101100000 1000110 101100

Color Harmonies of #BE2136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2136

Black with #BE2136

Text Example


Text Example

White with #BE2136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2136; }

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

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

background-color css

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

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

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

border-color css

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

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

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