Html Css Color HEX #BE103B Cardinal

📋 copy color: '#BE103B'

red 190 ◦ green 16 ◦ blue 59

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

Shades of Cardinal #BE103B

Tints of Cardinal #BE103B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.04%

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

R = 71.7%
G = 6.04%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE103B (or 0xBE103B) is known color: Cardinal. HEX triplet: BE, 10 and 3B. RGB value is (190,16,59). Sum of RGB (Red+Green+Blue) = 190+16+59=265 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.70% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 190 - color contains mainly: red. Hex color #BE103B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE103B is #41EFC4. Grayscale: #484848. Windows color (decimal): -4321221 or 3870910. OLE color: 3870910.

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

Color convert

RGB 190 16 59 -
CMYK 0 0.92 0.69 0.25
HSL 345.17º 0.84% 0.4% -
HSV(B) 345.17º 0.92% 0.75% -
XYZ 22.21 11.63 5.21 -
YUV 72.93 120.15 211.5 -
System Red Green Blue C M Y K H S L
Decimal 190 16 59 0 0.92 0.69 0.25 345.17 0.84 0.4
Hex BE 10 3B 0 5C 45 19 159 54 28
Octal 276 20 73 0 134 105 31 531 124 50
Binary 10111110 10000 111011 0 1011100 1000101 11001 101011001 1010100 101000

Color Harmonies of #BE103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE103B

Black with #BE103B

Text Example


Text Example

White with #BE103B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE103B; }

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

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

background-color css

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

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

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

border-color css

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

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

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