Html Css Color HEX #BE113A Cardinal

📋 copy color: '#BE113A'

red 190 ◦ green 17 ◦ blue 58

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

Shades of Cardinal #BE113A

Tints of Cardinal #BE113A

RGB

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

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

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

R = 71.7%
G = 6.42%
B = 21.89%

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

#BE113A (or 0xBE113A) is known color: Cardinal. HEX triplet: BE, 11 and 3A. RGB value is (190,17,58). Sum of RGB (Red+Green+Blue) = 190+17+58=265 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.70% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 190 - color contains mainly: red. Hex color #BE113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE113A is #41EEC5. Grayscale: #494949. Windows color (decimal): -4320966 or 3805630. OLE color: 3805630.

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

Color convert

RGB 190 17 58 -
CMYK 0 0.91 0.69 0.25
HSL 345.78º 0.84% 0.41% -
HSV(B) 345.78º 0.91% 0.75% -
XYZ 22.2 11.65 5.08 -
YUV 73.4 119.31 211.17 -
System Red Green Blue C M Y K H S L
Decimal 190 17 58 0 0.91 0.69 0.25 345.78 0.84 0.41
Hex BE 11 3A 0 5B 45 19 15A 54 29
Octal 276 21 72 0 133 105 31 532 124 51
Binary 10111110 10001 111010 0 1011011 1000101 11001 101011010 1010100 101001

Color Harmonies of #BE113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE113A

Black with #BE113A

Text Example


Text Example

White with #BE113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE113A; }

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

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

background-color css

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

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

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

border-color css

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

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

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