Html Css Color HEX #BE154C Cardinal

📋 copy color: '#BE154C'

red 190 ◦ green 21 ◦ blue 76

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

Shades of Cardinal #BE154C

Tints of Cardinal #BE154C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.48%

R = 66.2%
G = 7.32%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE154C (or 0xBE154C) is known color: Cardinal. HEX triplet: BE, 15 and 4C. RGB value is (190,21,76). Sum of RGB (Red+Green+Blue) = 190+21+76=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE154C is #41EAB3. Grayscale: #4D4D4D. Windows color (decimal): -4319924 or 4986302. OLE color: 4986302.

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

Color convert

RGB 190 21 76 -
CMYK 0 0.89 0.60 0.25
HSL 340.47º 0.8% 0.41% -
HSV(B) 340.47º 0.89% 0.75% -
XYZ 22.81 12.01 7.95 -
YUV 77.8 126.99 208.03 -
System Red Green Blue C M Y K H S L
Decimal 190 21 76 0 0.89 0.60 0.25 340.47 0.8 0.41
Hex BE 15 4C 0 59 3C 19 154 50 29
Octal 276 25 114 0 131 74 31 524 120 51
Binary 10111110 10101 1001100 0 1011001 111100 11001 101010100 1010000 101001

Color Harmonies of #BE154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE154C

Black with #BE154C

Text Example


Text Example

White with #BE154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE154C; }

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

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

background-color css

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

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

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

border-color css

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

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

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