Html Css Color HEX #BE0344 Cardinal

📋 copy color: '#BE0344'

red 190 ◦ green 3 ◦ blue 68

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

Shades of Cardinal #BE0344

Tints of Cardinal #BE0344

RGB

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

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

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

R = 72.8%
G = 1.15%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE0344 (or 0xBE0344) is known color: Cardinal. HEX triplet: BE, 03 and 44. RGB value is (190,3,68). Sum of RGB (Red+Green+Blue) = 190+3+68=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0344 is #41FCBB. Grayscale: #424242. Windows color (decimal): -4324540 or 4457406. OLE color: 4457406.

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

Color convert

RGB 190 3 68 -
CMYK 0 0.98 0.64 0.25
HSL 339.14º 0.97% 0.38% -
HSV(B) 339.14º 0.98% 0.75% -
XYZ 22.31 11.43 6.5 -
YUV 66.32 128.95 216.21 -
System Red Green Blue C M Y K H S L
Decimal 190 3 68 0 0.98 0.64 0.25 339.14 0.97 0.38
Hex BE 3 44 0 62 40 19 153 61 26
Octal 276 3 104 0 142 100 31 523 141 46
Binary 10111110 11 1000100 0 1100010 1000000 11001 101010011 1100001 100110

Color Harmonies of #BE0344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0344

Black with #BE0344

Text Example


Text Example

White with #BE0344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0344; }

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

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

background-color css

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

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

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

border-color css

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

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

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