Html Css Color HEX #BE153B Cardinal

📋 copy color: '#BE153B'

red 190 ◦ green 21 ◦ blue 59

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

Shades of Cardinal #BE153B

Tints of Cardinal #BE153B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.78%

 BLUE value IS 59 (23.44% from 255) = 21.85%

R = 70.37%
G = 7.78%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE153B (or 0xBE153B) is known color: Cardinal. HEX triplet: BE, 15 and 3B. RGB value is (190,21,59). Sum of RGB (Red+Green+Blue) = 190+21+59=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE153B is #41EAC4. Grayscale: #4B4B4B. Windows color (decimal): -4319941 or 3872190. OLE color: 3872190.

HSL color Cylindrical-coordinate representation of color #BE153B: hue angle of 346.51º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE153B is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 21 59 -
CMYK 0 0.89 0.69 0.25
HSL 346.51º 0.8% 0.41% -
HSV(B) 346.51º 0.89% 0.75% -
XYZ 22.29 11.8 5.24 -
YUV 75.86 118.49 209.41 -
System Red Green Blue C M Y K H S L
Decimal 190 21 59 0 0.89 0.69 0.25 346.51 0.8 0.41
Hex BE 15 3B 0 59 45 19 15B 50 29
Octal 276 25 73 0 131 105 31 533 120 51
Binary 10111110 10101 111011 0 1011001 1000101 11001 101011011 1010000 101001

Color Harmonies of #BE153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE153B

Black with #BE153B

Text Example


Text Example

White with #BE153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE153B; }

 p { color: rgb(190,21,59); }

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

background-color css

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

 a { background-color: rgb(190,21,59); }

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

border-color css

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

 span { border-color: rgb(190,21,59); }

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