Html Css Color HEX #BE113C Cardinal

📋 copy color: '#BE113C'

red 190 ◦ green 17 ◦ blue 60

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

Shades of Cardinal #BE113C

Tints of Cardinal #BE113C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.47%

R = 71.16%
G = 6.37%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE113C (or 0xBE113C) is known color: Cardinal. HEX triplet: BE, 11 and 3C. RGB value is (190,17,60). Sum of RGB (Red+Green+Blue) = 190+17+60=267 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.16% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 190 - color contains mainly: red. Hex color #BE113C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE113C is #41EEC3. Grayscale: #494949. Windows color (decimal): -4320964 or 3936702. OLE color: 3936702.

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

Color convert

RGB 190 17 60 -
CMYK 0 0.91 0.68 0.25
HSL 345.09º 0.84% 0.41% -
HSV(B) 345.09º 0.91% 0.75% -
XYZ 22.25 11.67 5.36 -
YUV 73.63 120.31 211 -
System Red Green Blue C M Y K H S L
Decimal 190 17 60 0 0.91 0.68 0.25 345.09 0.84 0.41
Hex BE 11 3C 0 5B 44 19 159 54 29
Octal 276 21 74 0 133 104 31 531 124 51
Binary 10111110 10001 111100 0 1011011 1000100 11001 101011001 1010100 101001

Color Harmonies of #BE113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE113C

Black with #BE113C

Text Example


Text Example

White with #BE113C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE113C; }

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

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

background-color css

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

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

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

border-color css

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

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

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