Html Css Color HEX #BE103A Cardinal

📋 copy color: '#BE103A'

red 190 ◦ green 16 ◦ blue 58

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

Shades of Cardinal #BE103A

Tints of Cardinal #BE103A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.97%

R = 71.97%
G = 6.06%
B = 21.97%

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

#BE103A (or 0xBE103A) is known color: Cardinal. HEX triplet: BE, 10 and 3A. RGB value is (190,16,58). Sum of RGB (Red+Green+Blue) = 190+16+58=264 (34% of max value = 765). Red value is 190 (74.61% from 255 or 71.97% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 190 - color contains mainly: red. Hex color #BE103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE103A is #41EFC5. Grayscale: #484848. Windows color (decimal): -4321222 or 3805374. OLE color: 3805374.

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

Color convert

RGB 190 16 58 -
CMYK 0 0.92 0.69 0.25
HSL 345.52º 0.84% 0.4% -
HSV(B) 345.52º 0.92% 0.75% -
XYZ 22.18 11.62 5.08 -
YUV 72.81 119.65 211.58 -
System Red Green Blue C M Y K H S L
Decimal 190 16 58 0 0.92 0.69 0.25 345.52 0.84 0.4
Hex BE 10 3A 0 5C 45 19 15A 54 28
Octal 276 20 72 0 134 105 31 532 124 50
Binary 10111110 10000 111010 0 1011100 1000101 11001 101011010 1010100 101000

Color Harmonies of #BE103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE103A

Black with #BE103A

Text Example


Text Example

White with #BE103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE103A; }

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

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

background-color css

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

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

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

border-color css

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

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

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