Html Css Color HEX #BE0746 Cardinal

📋 copy color: '#BE0746'

red 190 ◦ green 7 ◦ blue 70

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

Shades of Cardinal #BE0746

Tints of Cardinal #BE0746

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.62%

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

R = 71.16%
G = 2.62%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE0746 (or 0xBE0746) is known color: Cardinal. HEX triplet: BE, 07 and 46. RGB value is (190,7,70). Sum of RGB (Red+Green+Blue) = 190+7+70=267 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.16% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0746 is #41F8B9. Grayscale: #444444. Windows color (decimal): -4323514 or 4589502. OLE color: 4589502.

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

Color convert

RGB 190 7 70 -
CMYK 0 0.96 0.63 0.25
HSL 339.34º 0.93% 0.39% -
HSV(B) 339.34º 0.96% 0.75% -
XYZ 22.42 11.54 6.84 -
YUV 68.9 128.63 214.38 -
System Red Green Blue C M Y K H S L
Decimal 190 7 70 0 0.96 0.63 0.25 339.34 0.93 0.39
Hex BE 7 46 0 60 3F 19 153 5D 27
Octal 276 7 106 0 140 77 31 523 135 47
Binary 10111110 111 1000110 0 1100000 111111 11001 101010011 1011101 100111

Color Harmonies of #BE0746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0746

Black with #BE0746

Text Example


Text Example

White with #BE0746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0746; }

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

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

background-color css

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

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

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

border-color css

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

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

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