Html Css Color HEX #BE0146 Cardinal

📋 copy color: '#BE0146'

red 190 ◦ green 1 ◦ blue 70

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

Shades of Cardinal #BE0146

Tints of Cardinal #BE0146

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 70 (27.73% from 255) = 26.82%

R = 72.8%
G = 0.38%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE0146 (or 0xBE0146) is known color: Cardinal. HEX triplet: BE, 01 and 46. RGB value is (190,1,70). Sum of RGB (Red+Green+Blue) = 190+1+70=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0146 is #41FEB9. Grayscale: #414141. Windows color (decimal): -4325050 or 4587966. OLE color: 4587966.

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

Color convert

RGB 190 1 70 -
CMYK 0 0.99 0.63 0.25
HSL 338.1º 0.99% 0.37% -
HSV(B) 338.1º 0.99% 0.75% -
XYZ 22.35 11.41 6.82 -
YUV 65.38 130.62 216.89 -
System Red Green Blue C M Y K H S L
Decimal 190 1 70 0 0.99 0.63 0.25 338.1 0.99 0.37
Hex BE 1 46 0 63 3F 19 152 63 25
Octal 276 1 106 0 143 77 31 522 143 45
Binary 10111110 1 1000110 0 1100011 111111 11001 101010010 1100011 100101

Color Harmonies of #BE0146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0146

Black with #BE0146

Text Example


Text Example

White with #BE0146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0146; }

 p { color: rgb(190,1,70); }

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

background-color css

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

 a { background-color: rgb(190,1,70); }

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

border-color css

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

 span { border-color: rgb(190,1,70); }

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