Html Css Color HEX #BE0241 Cardinal

📋 copy color: '#BE0241'

red 190 ◦ green 2 ◦ blue 65

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

Shades of Cardinal #BE0241

Tints of Cardinal #BE0241

RGB

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

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

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

R = 73.93%
G = 0.78%
B = 25.29%

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

#BE0241 (or 0xBE0241) is known color: Cardinal. HEX triplet: BE, 02 and 41. RGB value is (190,2,65). Sum of RGB (Red+Green+Blue) = 190+2+65=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0241 is #41FDBE. Grayscale: #414141. Windows color (decimal): -4324799 or 4260542. OLE color: 4260542.

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

Color convert

RGB 190 2 65 -
CMYK 0 0.99 0.66 0.25
HSL 339.89º 0.98% 0.38% -
HSV(B) 339.89º 0.99% 0.75% -
XYZ 22.21 11.37 6.03 -
YUV 65.39 127.78 216.88 -
System Red Green Blue C M Y K H S L
Decimal 190 2 65 0 0.99 0.66 0.25 339.89 0.98 0.38
Hex BE 2 41 0 63 42 19 154 62 26
Octal 276 2 101 0 143 102 31 524 142 46
Binary 10111110 10 1000001 0 1100011 1000010 11001 101010100 1100010 100110

Color Harmonies of #BE0241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0241

Black with #BE0241

Text Example


Text Example

White with #BE0241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0241; }

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

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

background-color css

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

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

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

border-color css

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

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

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