Html Css Color HEX #BE104D Cardinal

📋 copy color: '#BE104D'

red 190 ◦ green 16 ◦ blue 77

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

Shades of Cardinal #BE104D

Tints of Cardinal #BE104D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.21%

R = 67.14%
G = 5.65%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE104D (or 0xBE104D) is known color: Cardinal. HEX triplet: BE, 10 and 4D. RGB value is (190,16,77). Sum of RGB (Red+Green+Blue) = 190+16+77=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE104D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE104D is #41EFB2. Grayscale: #4A4A4A. Windows color (decimal): -4321203 or 5050558. OLE color: 5050558.

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

Color convert

RGB 190 16 77 -
CMYK 0 0.92 0.59 0.25
HSL 338.97º 0.84% 0.4% -
HSV(B) 338.97º 0.92% 0.75% -
XYZ 22.76 11.85 8.11 -
YUV 74.98 129.15 210.04 -
System Red Green Blue C M Y K H S L
Decimal 190 16 77 0 0.92 0.59 0.25 338.97 0.84 0.4
Hex BE 10 4D 0 5C 3B 19 153 54 28
Octal 276 20 115 0 134 73 31 523 124 50
Binary 10111110 10000 1001101 0 1011100 111011 11001 101010011 1010100 101000

Color Harmonies of #BE104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE104D

Black with #BE104D

Text Example


Text Example

White with #BE104D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE104D; }

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

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

background-color css

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

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

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

border-color css

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

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

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