Html Css Color HEX #BE152B Cardinal

📋 copy color: '#BE152B'

red 190 ◦ green 21 ◦ blue 43

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

Shades of Cardinal #BE152B

Tints of Cardinal #BE152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.93%

R = 74.8%
G = 8.27%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE152B (or 0xBE152B) is known color: Cardinal. HEX triplet: BE, 15 and 2B. RGB value is (190,21,43). Sum of RGB (Red+Green+Blue) = 190+21+43=254 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.80% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 190 - color contains mainly: red. Hex color #BE152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE152B is #41EAD4. Grayscale: #4A4A4A. Windows color (decimal): -4319957 or 2823614. OLE color: 2823614.

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

Color convert

RGB 190 21 43 -
CMYK 0 0.89 0.77 0.25
HSL 352.19º 0.8% 0.41% -
HSV(B) 352.19º 0.89% 0.75% -
XYZ 21.94 11.66 3.38 -
YUV 74.04 110.49 210.71 -
System Red Green Blue C M Y K H S L
Decimal 190 21 43 0 0.89 0.77 0.25 352.19 0.8 0.41
Hex BE 15 2B 0 59 4D 19 160 50 29
Octal 276 25 53 0 131 115 31 540 120 51
Binary 10111110 10101 101011 0 1011001 1001101 11001 101100000 1010000 101001

Color Harmonies of #BE152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE152B

Black with #BE152B

Text Example


Text Example

White with #BE152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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