Html Css Color HEX #BE0341 Cardinal

📋 copy color: '#BE0341'

red 190 ◦ green 3 ◦ blue 65

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

Shades of Cardinal #BE0341

Tints of Cardinal #BE0341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

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

R = 73.64%
G = 1.16%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE0341 (or 0xBE0341) is known color: Cardinal. HEX triplet: BE, 03 and 41. RGB value is (190,3,65). Sum of RGB (Red+Green+Blue) = 190+3+65=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0341 is #41FCBE. Grayscale: #414141. Windows color (decimal): -4324543 or 4260798. OLE color: 4260798.

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

Color convert

RGB 190 3 65 -
CMYK 0 0.98 0.66 0.25
HSL 340.11º 0.97% 0.38% -
HSV(B) 340.11º 0.98% 0.75% -
XYZ 22.22 11.39 6.03 -
YUV 65.98 127.45 216.46 -
System Red Green Blue C M Y K H S L
Decimal 190 3 65 0 0.98 0.66 0.25 340.11 0.97 0.38
Hex BE 3 41 0 62 42 19 154 61 26
Octal 276 3 101 0 142 102 31 524 141 46
Binary 10111110 11 1000001 0 1100010 1000010 11001 101010100 1100001 100110

Color Harmonies of #BE0341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0341

Black with #BE0341

Text Example


Text Example

White with #BE0341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0341; }

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

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

background-color css

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

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

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

border-color css

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

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

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