Html Css Color HEX #BE2133 Cardinal

📋 copy color: '#BE2133'

red 190 ◦ green 33 ◦ blue 51

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

Shades of Cardinal #BE2133

Tints of Cardinal #BE2133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.61%

R = 69.34%
G = 12.04%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE2133 (or 0xBE2133) is known color: Cardinal. HEX triplet: BE, 21 and 33. RGB value is (190,33,51). Sum of RGB (Red+Green+Blue) = 190+33+51=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2133 is #41DECC. Grayscale: #525252. Windows color (decimal): -4316877 or 3350974. OLE color: 3350974.

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

Color convert

RGB 190 33 51 -
CMYK 0 0.83 0.73 0.25
HSL 353.12º 0.7% 0.44% -
HSV(B) 353.12º 0.83% 0.75% -
XYZ 22.38 12.27 4.32 -
YUV 82 110.51 205.04 -
System Red Green Blue C M Y K H S L
Decimal 190 33 51 0 0.83 0.73 0.25 353.12 0.7 0.44
Hex BE 21 33 0 53 49 19 161 46 2C
Octal 276 41 63 0 123 111 31 541 106 54
Binary 10111110 100001 110011 0 1010011 1001001 11001 101100001 1000110 101100

Color Harmonies of #BE2133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2133

Black with #BE2133

Text Example


Text Example

White with #BE2133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2133; }

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

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

background-color css

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

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

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

border-color css

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

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

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