Html Css Color HEX #BE0940 Cardinal

📋 copy color: '#BE0940'

red 190 ◦ green 9 ◦ blue 64

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

Shades of Cardinal #BE0940

Tints of Cardinal #BE0940

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.42%

 BLUE value IS 64 (25.39% from 255) = 24.33%

R = 72.24%
G = 3.42%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE0940 (or 0xBE0940) is known color: Cardinal. HEX triplet: BE, 09 and 40. RGB value is (190,9,64). Sum of RGB (Red+Green+Blue) = 190+9+64=263 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.24% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0940 is #41F6BF. Grayscale: #454545. Windows color (decimal): -4323008 or 4196798. OLE color: 4196798.

HSL color Cylindrical-coordinate representation of color #BE0940: hue angle of 341.77º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0940 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 9 64 -
CMYK 0 0.95 0.66 0.25
HSL 341.77º 0.91% 0.39% -
HSV(B) 341.77º 0.95% 0.75% -
XYZ 22.26 11.51 5.9 -
YUV 69.39 124.97 214.03 -
System Red Green Blue C M Y K H S L
Decimal 190 9 64 0 0.95 0.66 0.25 341.77 0.91 0.39
Hex BE 9 40 0 5F 42 19 156 5B 27
Octal 276 11 100 0 137 102 31 526 133 47
Binary 10111110 1001 1000000 0 1011111 1000010 11001 101010110 1011011 100111

Color Harmonies of #BE0940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0940

Black with #BE0940

Text Example


Text Example

White with #BE0940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0940; }

 p { color: rgb(190,9,64); }

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

background-color css

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

 a { background-color: rgb(190,9,64); }

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

border-color css

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

 span { border-color: rgb(190,9,64); }

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