Html Css Color HEX #BE1041 Cardinal

📋 copy color: '#BE1041'

red 190 ◦ green 16 ◦ blue 65

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

Shades of Cardinal #BE1041

Tints of Cardinal #BE1041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.99%

R = 70.11%
G = 5.9%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE1041 (or 0xBE1041) is known color: Cardinal. HEX triplet: BE, 10 and 41. RGB value is (190,16,65). Sum of RGB (Red+Green+Blue) = 190+16+65=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1041 is #41EFBE. Grayscale: #494949. Windows color (decimal): -4321215 or 4264126. OLE color: 4264126.

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

Color convert

RGB 190 16 65 -
CMYK 0 0.92 0.66 0.25
HSL 343.1º 0.84% 0.4% -
HSV(B) 343.1º 0.92% 0.75% -
XYZ 22.37 11.7 6.08 -
YUV 73.61 123.15 211.02 -
System Red Green Blue C M Y K H S L
Decimal 190 16 65 0 0.92 0.66 0.25 343.1 0.84 0.4
Hex BE 10 41 0 5C 42 19 157 54 28
Octal 276 20 101 0 134 102 31 527 124 50
Binary 10111110 10000 1000001 0 1011100 1000010 11001 101010111 1010100 101000

Color Harmonies of #BE1041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1041

Black with #BE1041

Text Example


Text Example

White with #BE1041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1041; }

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

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

background-color css

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

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

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

border-color css

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

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

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