Html Css Color HEX #BE193B Cardinal

📋 copy color: '#BE193B'

red 190 ◦ green 25 ◦ blue 59

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

Shades of Cardinal #BE193B

Tints of Cardinal #BE193B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.12%

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

R = 69.34%
G = 9.12%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE193B (or 0xBE193B) is known color: Cardinal. HEX triplet: BE, 19 and 3B. RGB value is (190,25,59). Sum of RGB (Red+Green+Blue) = 190+25+59=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE193B is #41E6C4. Grayscale: #4E4E4E. Windows color (decimal): -4318917 or 3873214. OLE color: 3873214.

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

Color convert

RGB 190 25 59 -
CMYK 0 0.87 0.69 0.25
HSL 347.64º 0.77% 0.42% -
HSV(B) 347.64º 0.87% 0.75% -
XYZ 22.37 11.96 5.27 -
YUV 78.21 117.16 207.74 -
System Red Green Blue C M Y K H S L
Decimal 190 25 59 0 0.87 0.69 0.25 347.64 0.77 0.42
Hex BE 19 3B 0 57 45 19 15C 4D 2A
Octal 276 31 73 0 127 105 31 534 115 52
Binary 10111110 11001 111011 0 1010111 1000101 11001 101011100 1001101 101010

Color Harmonies of #BE193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE193B

Black with #BE193B

Text Example


Text Example

White with #BE193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE193B; }

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

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

background-color css

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

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

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

border-color css

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

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

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