Html Css Color HEX #BE0346 Cardinal

📋 copy color: '#BE0346'

red 190 ◦ green 3 ◦ blue 70

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

Shades of Cardinal #BE0346

Tints of Cardinal #BE0346

RGB

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

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

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

R = 72.24%
G = 1.14%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE0346 (or 0xBE0346) is known color: Cardinal. HEX triplet: BE, 03 and 46. RGB value is (190,3,70). Sum of RGB (Red+Green+Blue) = 190+3+70=263 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.24% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0346 is #41FCB9. Grayscale: #424242. Windows color (decimal): -4324538 or 4588478. OLE color: 4588478.

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

Color convert

RGB 190 3 70 -
CMYK 0 0.98 0.63 0.25
HSL 338.5º 0.97% 0.38% -
HSV(B) 338.5º 0.98% 0.75% -
XYZ 22.37 11.45 6.83 -
YUV 66.55 129.95 216.05 -
System Red Green Blue C M Y K H S L
Decimal 190 3 70 0 0.98 0.63 0.25 338.5 0.97 0.38
Hex BE 3 46 0 62 3F 19 153 61 26
Octal 276 3 106 0 142 77 31 523 141 46
Binary 10111110 11 1000110 0 1100010 111111 11001 101010011 1100001 100110

Color Harmonies of #BE0346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0346

Black with #BE0346

Text Example


Text Example

White with #BE0346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0346; }

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

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

background-color css

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

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

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

border-color css

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

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

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