Html Css Color HEX #BE0240 Cardinal

📋 copy color: '#BE0240'

red 190 ◦ green 2 ◦ blue 64

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

Shades of Cardinal #BE0240

Tints of Cardinal #BE0240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 74.22%
G = 0.78%
B = 25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE0240 (or 0xBE0240) is known color: Cardinal. HEX triplet: BE, 02 and 40. RGB value is (190,2,64). Sum of RGB (Red+Green+Blue) = 190+2+64=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0240 is #41FDBF. Grayscale: #414141. Windows color (decimal): -4324800 or 4195006. OLE color: 4195006.

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

Color convert

RGB 190 2 64 -
CMYK 0 0.99 0.66 0.25
HSL 340.21º 0.98% 0.38% -
HSV(B) 340.21º 0.99% 0.75% -
XYZ 22.18 11.36 5.87 -
YUV 65.28 127.28 216.96 -
System Red Green Blue C M Y K H S L
Decimal 190 2 64 0 0.99 0.66 0.25 340.21 0.98 0.38
Hex BE 2 40 0 63 42 19 154 62 26
Octal 276 2 100 0 143 102 31 524 142 46
Binary 10111110 10 1000000 0 1100011 1000010 11001 101010100 1100010 100110

Color Harmonies of #BE0240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0240

Black with #BE0240

Text Example


Text Example

White with #BE0240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0240; }

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

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

background-color css

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

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

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

border-color css

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

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

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