Html Css Color HEX #BE113B Cardinal

📋 copy color: '#BE113B'

red 190 ◦ green 17 ◦ blue 59

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

Shades of Cardinal #BE113B

Tints of Cardinal #BE113B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.39%

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

R = 71.43%
G = 6.39%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE113B (or 0xBE113B) is known color: Cardinal. HEX triplet: BE, 11 and 3B. RGB value is (190,17,59). Sum of RGB (Red+Green+Blue) = 190+17+59=266 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.43% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 190 - color contains mainly: red. Hex color #BE113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE113B is #41EEC4. Grayscale: #494949. Windows color (decimal): -4320965 or 3871166. OLE color: 3871166.

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

Color convert

RGB 190 17 59 -
CMYK 0 0.91 0.69 0.25
HSL 345.43º 0.84% 0.41% -
HSV(B) 345.43º 0.91% 0.75% -
XYZ 22.23 11.66 5.22 -
YUV 73.52 119.81 211.08 -
System Red Green Blue C M Y K H S L
Decimal 190 17 59 0 0.91 0.69 0.25 345.43 0.84 0.41
Hex BE 11 3B 0 5B 45 19 159 54 29
Octal 276 21 73 0 133 105 31 531 124 51
Binary 10111110 10001 111011 0 1011011 1000101 11001 101011001 1010100 101001

Color Harmonies of #BE113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE113B

Black with #BE113B

Text Example


Text Example

White with #BE113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE113B; }

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

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

background-color css

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

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

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

border-color css

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

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

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