Html Css Color HEX #BE104C Cardinal

📋 copy color: '#BE104C'

red 190 ◦ green 16 ◦ blue 76

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

Shades of Cardinal #BE104C

Tints of Cardinal #BE104C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.95%

R = 67.38%
G = 5.67%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE104C (or 0xBE104C) is known color: Cardinal. HEX triplet: BE, 10 and 4C. RGB value is (190,16,76). Sum of RGB (Red+Green+Blue) = 190+16+76=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE104C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE104C is #41EFB3. Grayscale: #4A4A4A. Windows color (decimal): -4321204 or 4985022. OLE color: 4985022.

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

Color convert

RGB 190 16 76 -
CMYK 0 0.92 0.60 0.25
HSL 339.31º 0.84% 0.4% -
HSV(B) 339.31º 0.92% 0.75% -
XYZ 22.73 11.84 7.92 -
YUV 74.87 128.65 210.12 -
System Red Green Blue C M Y K H S L
Decimal 190 16 76 0 0.92 0.60 0.25 339.31 0.84 0.4
Hex BE 10 4C 0 5C 3C 19 153 54 28
Octal 276 20 114 0 134 74 31 523 124 50
Binary 10111110 10000 1001100 0 1011100 111100 11001 101010011 1010100 101000

Color Harmonies of #BE104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE104C

Black with #BE104C

Text Example


Text Example

White with #BE104C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE104C; }

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

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

background-color css

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

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

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

border-color css

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

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

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