Html Css Color HEX #BE193D Cardinal

📋 copy color: '#BE193D'

red 190 ◦ green 25 ◦ blue 61

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

Shades of Cardinal #BE193D

Tints of Cardinal #BE193D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.1%

R = 68.84%
G = 9.06%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE193D (or 0xBE193D) is known color: Cardinal. HEX triplet: BE, 19 and 3D. RGB value is (190,25,61). Sum of RGB (Red+Green+Blue) = 190+25+61=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE193D is #41E6C2. Grayscale: #4E4E4E. Windows color (decimal): -4318915 or 4004286. OLE color: 4004286.

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

Color convert

RGB 190 25 61 -
CMYK 0 0.87 0.68 0.25
HSL 346.91º 0.77% 0.42% -
HSV(B) 346.91º 0.87% 0.75% -
XYZ 22.43 11.98 5.55 -
YUV 78.44 118.16 207.57 -
System Red Green Blue C M Y K H S L
Decimal 190 25 61 0 0.87 0.68 0.25 346.91 0.77 0.42
Hex BE 19 3D 0 57 44 19 15B 4D 2A
Octal 276 31 75 0 127 104 31 533 115 52
Binary 10111110 11001 111101 0 1010111 1000100 11001 101011011 1001101 101010

Color Harmonies of #BE193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE193D

Black with #BE193D

Text Example


Text Example

White with #BE193D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE193D; }

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

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

background-color css

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

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

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

border-color css

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

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

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