Html Css Color HEX #BE0744 Cardinal

📋 copy color: '#BE0744'

red 190 ◦ green 7 ◦ blue 68

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

Shades of Cardinal #BE0744

Tints of Cardinal #BE0744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.66%

R = 71.7%
G = 2.64%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE0744 (or 0xBE0744) is known color: Cardinal. HEX triplet: BE, 07 and 44. RGB value is (190,7,68). Sum of RGB (Red+Green+Blue) = 190+7+68=265 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.70% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0744 is #41F8BB. Grayscale: #444444. Windows color (decimal): -4323516 or 4458430. OLE color: 4458430.

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

Color convert

RGB 190 7 68 -
CMYK 0 0.96 0.64 0.25
HSL 340º 0.93% 0.39% -
HSV(B) 340º 0.96% 0.75% -
XYZ 22.35 11.52 6.51 -
YUV 68.67 127.63 214.54 -
System Red Green Blue C M Y K H S L
Decimal 190 7 68 0 0.96 0.64 0.25 340 0.93 0.39
Hex BE 7 44 0 60 40 19 154 5D 27
Octal 276 7 104 0 140 100 31 524 135 47
Binary 10111110 111 1000100 0 1100000 1000000 11001 101010100 1011101 100111

Color Harmonies of #BE0744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0744

Black with #BE0744

Text Example


Text Example

White with #BE0744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0744; }

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

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

background-color css

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

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

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

border-color css

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

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

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