Html Css Color HEX #BE1535 Cardinal

📋 copy color: '#BE1535'

red 190 ◦ green 21 ◦ blue 53

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

Shades of Cardinal #BE1535

Tints of Cardinal #BE1535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.08%

R = 71.97%
G = 7.95%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE1535 (or 0xBE1535) is known color: Cardinal. HEX triplet: BE, 15 and 35. RGB value is (190,21,53). Sum of RGB (Red+Green+Blue) = 190+21+53=264 (34% of max value = 765). Red value is 190 (74.61% from 255 or 71.97% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1535 is #41EACA. Grayscale: #4B4B4B. Windows color (decimal): -4319947 or 3478974. OLE color: 3478974.

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

Color convert

RGB 190 21 53 -
CMYK 0 0.89 0.72 0.25
HSL 348.64º 0.8% 0.41% -
HSV(B) 348.64º 0.89% 0.75% -
XYZ 22.15 11.74 4.47 -
YUV 75.18 115.49 209.9 -
System Red Green Blue C M Y K H S L
Decimal 190 21 53 0 0.89 0.72 0.25 348.64 0.8 0.41
Hex BE 15 35 0 59 48 19 15D 50 29
Octal 276 25 65 0 131 110 31 535 120 51
Binary 10111110 10101 110101 0 1011001 1001000 11001 101011101 1010000 101001

Color Harmonies of #BE1535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1535

Black with #BE1535

Text Example


Text Example

White with #BE1535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1535; }

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

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

background-color css

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

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

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

border-color css

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

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

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